NAME

Google::Cloud::Kms::V1::Autokey::CreateKeyHandleRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Kms::V1::Autokey;

my $msg = Google::Cloud::Kms::V1::Autokey::CreateKeyHandleRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • key_handle_id

    Type: String

  • key_handle

    Type: Message (.google.cloud.kms.v1.KeyHandle)

NAME

Google::Cloud::Kms::V1::Autokey::GetKeyHandleRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Kms::V1::Autokey;

my $msg = Google::Cloud::Kms::V1::Autokey::GetKeyHandleRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Kms::V1::Autokey::KeyHandle - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Kms::V1::Autokey;

my $msg = Google::Cloud::Kms::V1::Autokey::KeyHandle->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • kms_key

    Type: String

  • resource_type_selector

    Type: String

NAME

Google::Cloud::Kms::V1::Autokey::CreateKeyHandleMetadata - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Kms::V1::Autokey;

my $msg = Google::Cloud::Kms::V1::Autokey::CreateKeyHandleMetadata->new(
);

FIELDS

NAME

Google::Cloud::Kms::V1::Autokey::ListKeyHandlesRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Kms::V1::Autokey;

my $msg = Google::Cloud::Kms::V1::Autokey::ListKeyHandlesRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

NAME

Google::Cloud::Kms::V1::Autokey::ListKeyHandlesResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Kms::V1::Autokey;

my $msg = Google::Cloud::Kms::V1::Autokey::ListKeyHandlesResponse->new(
    key_handles => $value,
);

FIELDS

  • key_handles

    Type: Message (.google.cloud.kms.v1.KeyHandle)

  • next_page_token

    Type: String

NAME

Google::Cloud::Kms::V1::Autokey::AutokeyClient - Client stub representing the remote Autokey 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::Autokey - 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.