Class: Google::Cloud::ConfigService::V1::ListResourceDriftsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ListResourceDriftsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A response to a 'ListResourceDrifts' call. Contains a list of ResourceDrifts.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to request the next page of resources from the 'ListResourceDrifts' method.
-
#resource_drifts ⇒ ::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>
List of ResourceDrifts.
-
#unreachable ⇒ ::Array<::String>
Unreachable resources, if any.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to request the next page of resources from the 'ListResourceDrifts' method. The value of an empty string means that there are no more resources to return.
1928 1929 1930 1931 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1928 class ListResourceDriftsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_drifts ⇒ ::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>
Returns List of ResourceDrifts.
1928 1929 1930 1931 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1928 class ListResourceDriftsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources, if any.
1928 1929 1930 1931 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1928 class ListResourceDriftsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |