Class: Google::Cloud::ConfigService::V1::ListRevisionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListRevisionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A response to a 'ListRevisions' call. Contains a list of Revisions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to request the next page of resources from the 'ListRevisions' method.
-
#revisions ⇒ ::Array<::Google::Cloud::ConfigService::V1::Revision>
List of Revisions.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to request the next page of resources from the 'ListRevisions' method. The value of an empty string means that there are no more resources to return.
437 438 439 440 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 437 class ListRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revisions ⇒ ::Array<::Google::Cloud::ConfigService::V1::Revision>
Returns List of Revisions.
437 438 439 440 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 437 class ListRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
437 438 439 440 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 437 class ListRevisionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |