Class: Google::Cloud::Workstations::V1::ListWorkstationClustersResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:



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