Class: Google::Cloud::Datastream::V1alpha1::FetchStaticIpsRequest

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

Overview

Request message for 'FetchStaticIps' request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name resource of the Response type. Must be in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The name resource of the Response type. Must be in the format projects/*/locations/*.



76
77
78
79
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 76

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.



76
77
78
79
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 76

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.



76
77
78
79
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 76

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