Class: Google::Cloud::GSuiteAddOns::V1::ListDeploymentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GSuiteAddOns::V1::ListDeploymentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb
Overview
Request message to list deployments for a project.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of deployments to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListDeployments
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of deployments to return. The service may return fewer than this value. If unspecified, at most 1000 deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
111 112 113 114 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 111 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDeployments
must
match the call that provided the page token.
111 112 113 114 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 111 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the project in which to create the deployment.
Example: projects/my_project
.
111 112 113 114 |
# File 'proto_docs/google/cloud/gsuiteaddons/v1/gsuiteaddons.rb', line 111 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |