Class: Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb
Overview
List ImageVersions in a project and location.
Instance Attribute Summary collapse
-
#include_past_releases ⇒ ::Boolean
Whether or not image versions from old releases should be included.
-
#page_size ⇒ ::Integer
The maximum number of image_versions to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous List request, if any.
-
#parent ⇒ ::String
List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}".
Instance Attribute Details
#include_past_releases ⇒ ::Boolean
Returns Whether or not image versions from old releases should be included.
40 41 42 43 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40 class ListImageVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of image_versions to return.
40 41 42 43 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40 class ListImageVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value returned from a previous List request, if any.
40 41 42 43 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40 class ListImageVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}".
40 41 42 43 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb', line 40 class ListImageVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |