Class: Google::Cloud::Datastream::V1::FetchStaticIpsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::FetchStaticIpsRequest
- 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
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Maximum number of Ips to return, will likely not be specified.
-
#page_token ⇒ ::String
A page token, received from a previous
ListStaticIpscall.
Instance Attribute Details
#name ⇒ ::String
133 134 135 136 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 133 class FetchStaticIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
133 134 135 136 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 133 class FetchStaticIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
133 134 135 136 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 133 class FetchStaticIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |