Google-Cloud-Composer-V1

 view release on metacpan or  search on metacpan

lib/Google/Cloud/Orchestration/Airflow/Service/V1/Environments.pm  view on Meta::CPAN

=item * B<composer_internal_ipv4_cidr_block>

Type: String

=back

=cut

# === Message: Google::Cloud::Orchestration::Airflow::Service::V1::Environments::PrivateClusterConfig ===
    # Fields for PrivateClusterConfig
    # Field: enable_private_endpoint Type: 8 ()
    # Field: master_ipv4_cidr_block Type: 9 ()
    # Field: master_ipv4_reserved_range Type: 9 ()

=pod

=head1 NAME

Google::Cloud::Orchestration::Airflow::Service::V1::Environments::PrivateClusterConfig - Compiled Protocol Buffers message class

=head1 SYNOPSIS

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

    my $msg = Google::Cloud::Orchestration::Airflow::Service::V1::Environments::PrivateClusterConfig->new(
        enable_private_endpoint => $value,
    );

=head1 FIELDS

=over 4

=item * B<enable_private_endpoint>

Type: Bool

=item * B<master_ipv4_cidr_block>

Type: String

=item * B<master_ipv4_reserved_range>

Type: String

lib/Google/Cloud/Orchestration/Airflow/Service/V1/Environments.pm  view on Meta::CPAN

=head1 DESCRIPTION

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

=head1 CONFIGURATION AND ENVIRONMENT

=head2 target

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

=head2 credentials

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

=cut

use Moo;
use Google::Auth;
use Google::gRPC::Client;

lib/Google/Cloud/Orchestration/Airflow/Service/V1/ImageVersions.pm  view on Meta::CPAN

=head1 DESCRIPTION

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

=head1 CONFIGURATION AND ENVIRONMENT

=head2 target

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

=head2 credentials

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

=cut

use Moo;
use Google::Auth;
use Google::gRPC::Client;



( run in 1.094 second using v1.01-cache-2.11-cpan-81fc1098f69 )