Class: Google::Cloud::ConfigService::V1::ListDeploymentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListDeploymentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the Deployments that match the filter expression.
-
#order_by ⇒ ::String
Field to use to sort the list.
-
#page_size ⇒ ::Integer
When requesting a page of resources, 'page_size' specifies number of resources to return.
-
#page_token ⇒ ::String
Token returned by previous call to 'ListDeployments' which specifies the position in the list from where to continue listing the resources.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
354 355 356 357 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 354 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
354 355 356 357 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 354 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
354 355 356 357 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 354 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
354 355 356 357 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 354 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
354 355 356 357 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 354 class ListDeploymentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |