Class: Google::Cloud::ConfigService::V1::ListPreviewsResponse

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

Overview

A response to a ListPreviews call. Contains a list of Previews.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Token to be supplied to the next ListPreviews request via page_token to obtain the next set of results.

Returns:

  • (::String)

    Token to be supplied to the next ListPreviews request via page_token to obtain the next set of results.



1404
1405
1406
1407
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1404

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

#previews::Array<::Google::Cloud::ConfigService::V1::Preview>

Returns List of [Previews][]s.

Returns:



1404
1405
1406
1407
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1404

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



1404
1405
1406
1407
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1404

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