Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb
Overview
The ImageVersions in a project and location.
Instance Attribute Summary collapse
-
#image_versions ⇒ ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>
The list of supported ImageVersions in a location.
-
#next_page_token ⇒ ::String
The page token used to query for the next page if one exists.
Instance Attribute Details
#image_versions ⇒ ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersion>
Returns The list of supported ImageVersions in a location.
52 53 54 55 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 52 class ListImageVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The page token used to query for the next page if one exists.
52 53 54 55 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 52 class ListImageVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |