Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListDeploymentGroupRevisionsRequest.
The request message for the ListDeploymentGroupRevisions method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, a sensible default will be used by the server. The maximum value is 1000; values above 1000 will be coerced to 1000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, a sensible default will be used by the server. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns
- (::Integer) — Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, a sensible default will be used by the server. The maximum value is 1000; values above 1000 will be coerced to 1000.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. Token returned by previous call to 'ListDeploymentGroupRevisions'
which specifies the position in the list from where to continue listing the
deployment group revisions. All other parameters provided to
ListDeploymentGroupRevisionsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. Token returned by previous call to 'ListDeploymentGroupRevisions'
which specifies the position in the list from where to continue listing the
deployment group revisions. All other parameters provided to
ListDeploymentGroupRevisionsmust match the call that provided the page token.
Returns
-
(::String) — Optional. Token returned by previous call to 'ListDeploymentGroupRevisions'
which specifies the position in the list from where to continue listing the
deployment group revisions. All other parameters provided to
ListDeploymentGroupRevisionsmust match the call that provided the page token.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent, which owns this collection of deployment group revisions. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent, which owns this collection of deployment group revisions. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
Returns
- (::String) — Required. The parent, which owns this collection of deployment group revisions. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.