Class: Google::Cloud::Workstations::V1beta::ListWorkstationConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1beta::ListWorkstationConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1beta/workstations.rb
Overview
Request message for ListWorkstationConfigs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filter the WorkstationConfigs to be listed. Possible filters are described in https://google.aip.dev/160.
1462 1463 1464 1465 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1462 class ListWorkstationConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Maximum number of items to return.
1462 1463 1464 1465 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1462 class ListWorkstationConfigsRequest 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.
1462 1463 1464 1465 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1462 class ListWorkstationConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource name.
1462 1463 1464 1465 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 1462 class ListWorkstationConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |