Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListResourcesResponse.
A response to a 'ListResources' call. Contains a list of Resources.
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 'ListResources' 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 'ListResources' 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 'ListResources' method. The value of an empty string means that there are no more resources to return.
#resources
def resources() -> ::Array<::Google::Cloud::ConfigService::V1::Resource>
Returns
- (::Array<::Google::Cloud::ConfigService::V1::Resource>) — List of [Resources][]s.
#resources=
def resources=(value) -> ::Array<::Google::Cloud::ConfigService::V1::Resource>
Parameter
- value (::Array<::Google::Cloud::ConfigService::V1::Resource>) — List of [Resources][]s.
Returns
- (::Array<::Google::Cloud::ConfigService::V1::Resource>) — List of [Resources][]s.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.