Class: Google::Cloud::Workstations::V1::ListUsableWorkstationConfigsResponse

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 ListUsableWorkstationConfigs.

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.



874
875
876
877
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 874

class ListUsableWorkstationConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Unreachable resources.

Returns:

  • (::Array<::String>)

    Unreachable resources.



874
875
876
877
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 874

class ListUsableWorkstationConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workstation_configs::Array<::Google::Cloud::Workstations::V1::WorkstationConfig>

Returns The requested configs.

Returns:



874
875
876
877
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 874

class ListUsableWorkstationConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end