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