Class: Google::Cloud::Workstations::V1::ListUsableWorkstationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1/workstations.rb

Overview

Request message for ListUsableWorkstations.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Maximum number of items to return.

Returns:

  • (::Integer)

    Optional. Maximum number of items to return.



994
995
996
997
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 994

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

#page_token::String

Returns Optional. next_page_token value returned from a previous List request, if any.

Returns:

  • (::String)

    Optional. next_page_token value returned from a previous List request, if any.



994
995
996
997
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 994

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

#parent::String

Returns Required. Parent resource name.

Returns:

  • (::String)

    Required. Parent resource name.



994
995
996
997
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 994

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