Class: Google::Cloud::Datastream::V1alpha1::FetchStaticIpsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::FetchStaticIpsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/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_tokento retrieve the next page. -
#static_ips ⇒ ::Array<::String>
List of static ips by account.
Instance Attribute Details
#next_page_token ⇒ ::String
89 90 91 92 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 89 class FetchStaticIpsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#static_ips ⇒ ::Array<::String>
89 90 91 92 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 89 class FetchStaticIpsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |