Class: Google::Cloud::TelcoAutomation::V1::ListHydratedDeploymentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb

Overview

Request object for ListHydratedDeployments.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns 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.



1152
1153
1154
1155
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1152

class ListHydratedDeploymentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



1152
1153
1154
1155
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1152

class ListHydratedDeploymentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The deployment managing the hydrated deployments.

Returns:

  • (::String)

    Required. The deployment managing the hydrated deployments.



1152
1153
1154
1155
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1152

class ListHydratedDeploymentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end