Class: Google::Cloud::Workstations::V1::ListWorkstationClustersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::ListWorkstationClustersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Request message for ListWorkstationClusters.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Maximum number of items to return.
722 723 724 725 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 722 class ListWorkstationClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. next_page_token value returned from a previous List request, if any.
722 723 724 725 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 722 class ListWorkstationClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource name.
722 723 724 725 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 722 class ListWorkstationClustersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |