Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListResourceDriftsResponse.
A response to a 'ListResourceDrifts' call. Contains a list of ResourceDrifts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#resource_drifts
def resource_drifts() -> ::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>
Returns
- (::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>) — List of ResourceDrifts.
#resource_drifts=
def resource_drifts=(value) -> ::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>
Parameter
- value (::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>) — List of ResourceDrifts.
Returns
- (::Array<::Google::Cloud::ConfigService::V1::ResourceDrift>) — List of ResourceDrifts.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unreachable resources, if any.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unreachable resources, if any.
Returns
- (::Array<::String>) — Unreachable resources, if any.