Class: Google::Cloud::Datastream::V1::FetchStaticIpsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::FetchStaticIpsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Response message for a 'FetchStaticIps' response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#static_ips ⇒ ::Array<::String>
List of static ips by account.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
96 97 98 99 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 96 class FetchStaticIpsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#static_ips ⇒ ::Array<::String>
Returns list of static ips by account.
96 97 98 99 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 96 class FetchStaticIpsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |