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
ListStaticIps
call.
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/*
.
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.
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.
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 |