Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::ListImageVersionsRequest.
List ImageVersions in a project and location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#include_past_releases
def include_past_releases() -> ::Boolean
Returns
- (::Boolean) — Whether or not image versions from old releases should be included.
#include_past_releases=
def include_past_releases=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether or not image versions from old releases should be included.
Returns
- (::Boolean) — Whether or not image versions from old releases should be included.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of image_versions to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of image_versions to return.
Returns
- (::Integer) — The maximum number of image_versions to return.
#page_token
def page_token() -> ::String
Returns
- (::String) — The next_page_token value returned from a previous List request, if any.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — The next_page_token value returned from a previous List request, if any.
Returns
- (::String) — The next_page_token value returned from a previous List request, if any.
#parent
def parent() -> ::String
Returns
- (::String) — List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
Returns
- (::String) — List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"