Class: Google::Cloud::ConfigService::V1::ListResourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListResourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A response to a 'ListResources' call. Contains a list of Resources.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to request the next page of resources from the 'ListResources' method.
-
#resources ⇒ ::Array<::Google::Cloud::ConfigService::V1::Resource>
List of Resources.
-
#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 'ListResources' method. The value of an empty string means that there are no more resources to return.
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1015 class ListResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::ConfigService::V1::Resource>
Returns List of Resources.
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1015 class ListResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1015 1016 1017 1018 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1015 class ListResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |