Class: Google::Cloud::ConfigService::V1::ListPreviewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListPreviewsResponse
- 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
-
#next_page_token ⇒ ::String
Token to be supplied to the next ListPreviews request via
page_token
to obtain the next set of results. -
#previews ⇒ ::Array<::Google::Cloud::ConfigService::V1::Preview>
List of [Previews][]s.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
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.
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1471 class ListPreviewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#previews ⇒ ::Array<::Google::Cloud::ConfigService::V1::Preview>
Returns List of [Previews][]s.
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1471 class ListPreviewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1471 1472 1473 1474 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1471 class ListPreviewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |