Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ListPreviewsResponse.
A response to a ListPreviews call. Contains a list of Previews.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String Returns
- (::String) — Token to be supplied to the next ListPreviews request via
page_tokento obtain the next set of results.
#next_page_token=
def next_page_token=(value) -> ::String Parameter
- value (::String) — Token to be supplied to the next ListPreviews request via
page_tokento obtain the next set of results.
Returns
- (::String) — Token to be supplied to the next ListPreviews request via
page_tokento obtain the next set of results.
#previews
def previews() -> ::Array<::Google::Cloud::ConfigService::V1::Preview> Returns
- (::Array<::Google::Cloud::ConfigService::V1::Preview>) — List of Previews.
#previews=
def previews=(value) -> ::Array<::Google::Cloud::ConfigService::V1::Preview> Parameter
- value (::Array<::Google::Cloud::ConfigService::V1::Preview>) — List of Previews.
Returns
- (::Array<::Google::Cloud::ConfigService::V1::Preview>) — List of Previews.
#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.