Class: Google::Cloud::Datastream::V1::FetchStaticIpsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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