Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsRequest.
Request object for ListHydratedDeployments
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.
Returns
- (::Integer) — Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.
Returns
- (::String) — Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The deployment managing the hydrated deployments.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The deployment managing the hydrated deployments.
Returns
- (::String) — Required. The deployment managing the hydrated deployments.