Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListSkusResponse

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

Overview

A list of SKUs.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



720
721
722
723
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 720

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

#skus::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Sku>

Returns The list of SKUs.

Returns:



720
721
722
723
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 720

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

#unreachable::Array<::String>

Returns Locations that could not be reached. Only used for queries to the wildcard location -. If non-empty, it indicates that the results are incomplete.

Returns:

  • (::Array<::String>)

    Locations that could not be reached. Only used for queries to the wildcard location -. If non-empty, it indicates that the results are incomplete.



720
721
722
723
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 720

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