Class: Google::Cloud::Workstations::V1::ListWorkstationClustersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::ListWorkstationClustersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Response message for ListWorkstationClusters.
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_clusters ⇒ ::Array<::Google::Cloud::Workstations::V1::WorkstationCluster>
The requested workstation clusters.
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.
738 739 740 741 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 738 class ListWorkstationClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources.
738 739 740 741 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 738 class ListWorkstationClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workstation_clusters ⇒ ::Array<::Google::Cloud::Workstations::V1::WorkstationCluster>
Returns The requested workstation clusters.
738 739 740 741 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 738 class ListWorkstationClustersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |