Class: Google::Cloud::Workstations::V1::ListWorkstationConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::ListWorkstationConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Response message for ListWorkstationConfigs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Unreachable resources.
-
#workstation_configs ⇒ ::Array<::Google::Cloud::Workstations::V1::WorkstationConfig>
The requested configs.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
842 843 844 845 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 842 class ListWorkstationConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources.
842 843 844 845 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 842 class ListWorkstationConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workstation_configs ⇒ ::Array<::Google::Cloud::Workstations::V1::WorkstationConfig>
Returns The requested configs.
842 843 844 845 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 842 class ListWorkstationConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |