NAME
Google::Cloud::Kms::V1::AutokeyAdmin::UpdateAutokeyConfigRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Kms::V1::AutokeyAdmin;
my $msg = Google::Cloud::Kms::V1::AutokeyAdmin::UpdateAutokeyConfigRequest->new(
autokey_config => $value,
);
FIELDS
autokey_config
Type: Message (.google.cloud.kms.v1.AutokeyConfig)
update_mask
Type: Message (.google.protobuf.FieldMask)
NAME
Google::Cloud::Kms::V1::AutokeyAdmin::GetAutokeyConfigRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Kms::V1::AutokeyAdmin;
my $msg = Google::Cloud::Kms::V1::AutokeyAdmin::GetAutokeyConfigRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Kms::V1::AutokeyAdmin::AutokeyConfig - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Kms::V1::AutokeyAdmin;
my $msg = Google::Cloud::Kms::V1::AutokeyAdmin::AutokeyConfig->new(
name => $value,
);
FIELDS
name
Type: String
key_project
Type: String
state
Type: Enum (.google.cloud.kms.v1.AutokeyConfig.State)
etag
Type: String
key_project_resolution_mode
Type: Enum (.google.cloud.kms.v1.AutokeyConfig.KeyProjectResolutionMode)
Enum: AutokeyConfig::State
Values:
STATE_UNSPECIFIED=> 0ACTIVE=> 1KEY_PROJECT_DELETED=> 2UNINITIALIZED=> 3KEY_PROJECT_PERMISSION_DENIED=> 4
Enum: AutokeyConfig::KeyProjectResolutionMode
Values:
KEY_PROJECT_RESOLUTION_MODE_UNSPECIFIED=> 0DEDICATED_KEY_PROJECT=> 1RESOURCE_PROJECT=> 2DISABLED=> 3
NAME
Google::Cloud::Kms::V1::AutokeyAdmin::ShowEffectiveAutokeyConfigRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Kms::V1::AutokeyAdmin;
my $msg = Google::Cloud::Kms::V1::AutokeyAdmin::ShowEffectiveAutokeyConfigRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
NAME
Google::Cloud::Kms::V1::AutokeyAdmin::ShowEffectiveAutokeyConfigResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Kms::V1::AutokeyAdmin;
my $msg = Google::Cloud::Kms::V1::AutokeyAdmin::ShowEffectiveAutokeyConfigResponse->new(
key_project => $value,
);
FIELDS
key_project
Type: String
NAME
Google::Cloud::Kms::V1::AutokeyAdmin::AutokeyAdminClient - Client stub representing the remote AutokeyAdmin 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 kms.googleapis.com:443.
credentials
The authentication credentials provider. Defaults to application default credentials via Google::Auth.
NAME
Google::Cloud::Kms::V1::AutokeyAdmin - 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.