Class: Google::Cloud::Datastream::V1alpha1::FetchStaticIpsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::FetchStaticIpsRequest
- 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
-
#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
Returns 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.
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.
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 |