Class: Google::Cloud::Datastream::V1::FetchStaticIpsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream.rb

Overview

Request message for 'FetchStaticIps' request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.



83
84
85
86
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 83

class FetchStaticIpsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Maximum number of Ips to return, will likely not be specified.

Returns:

  • (::Integer)

    Maximum number of Ips to return, will likely not be specified.



83
84
85
86
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 83

class FetchStaticIpsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns A page token, received from a previous ListStaticIps call. will likely not be specified.

Returns:

  • (::String)

    A page token, received from a previous ListStaticIps call. will likely not be specified.



83
84
85
86
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 83

class FetchStaticIpsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end