NAME

Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ListImageVersionsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions;

my $msg = Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ListImageVersionsRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • include_past_releases

    Type: Bool

NAME

Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ListImageVersionsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions;

my $msg = Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ListImageVersionsResponse->new(
    image_versions => $value,
);

FIELDS

  • image_versions

    Type: Message (.google.cloud.orchestration.airflow.service.v1.ImageVersion)

  • next_page_token

    Type: String

NAME

Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ImageVersion - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions;

my $msg = Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ImageVersion->new(
    image_version_id => $value,
);

FIELDS

  • image_version_id

    Type: String

  • is_default

    Type: Bool

  • supported_python_versions

    Type: String

  • release_date

    Type: Message (.google.type.Date)

  • creation_disabled

    Type: Bool

  • upgrade_disabled

    Type: Bool

NAME

Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::ImageVersionsClient - Client stub representing the remote ImageVersions service

DESCRIPTION

This class acts as a local client stub for the remote gRPC service. It delegates call dispatching to an underlying Google::gRPC::Client instance, ensuring type-safe request parsing and response mapping.

CONFIGURATION AND ENVIRONMENT

target

The endpoint target address. Defaults to orchestration.googleapis.com:443.

credentials

The authentication credentials provider. Defaults to application default credentials via Google::Auth.

NAME

Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.