Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsResponse.
The ImageVersions in a project and location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_versions
def image_versions() -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>
Returns
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>) — The list of supported ImageVersions in a location.
#image_versions=
def image_versions=(value) -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>
Parameter
- value (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>) — The list of supported ImageVersions in a location.
Returns
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>) — The list of supported ImageVersions in a location.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The page token used to query for the next page if one exists.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The page token used to query for the next page if one exists.
Returns
- (::String) — The page token used to query for the next page if one exists.