NAME

Google::Cloud::Metastore::V1::MetastoreFederation::Federation - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::Federation->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

    Type: Message (.google.cloud.metastore.v1.Federation.LabelsEntry)

  • version

    Type: String

  • backend_metastores

    Type: Message (.google.cloud.metastore.v1.Federation.BackendMetastoresEntry)

  • endpoint_uri

    Type: String

  • state

    Type: Enum (.google.cloud.metastore.v1.Federation.State)

  • state_message

    Type: String

  • uid

    Type: String

Enum: Federation::State

Values:

  • STATE_UNSPECIFIED => 0

  • CREATING => 1

  • ACTIVE => 2

  • UPDATING => 3

  • DELETING => 4

  • ERROR => 5

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::BackendMetastore - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::BackendMetastore->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • metastore_type

    Type: Enum (.google.cloud.metastore.v1.BackendMetastore.MetastoreType)

Enum: BackendMetastore::MetastoreType

Values:

  • METASTORE_TYPE_UNSPECIFIED => 0

  • BIGQUERY => 2

  • DATAPROC_METASTORE => 3

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::ListFederationsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::ListFederationsRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::ListFederationsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::ListFederationsResponse->new(
    federations => $value,
);

FIELDS

  • federations

    Type: Message (.google.cloud.metastore.v1.Federation)

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::GetFederationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::GetFederationRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::CreateFederationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::CreateFederationRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • federation_id

    Type: String

  • federation

    Type: Message (.google.cloud.metastore.v1.Federation)

  • request_id

    Type: String

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::UpdateFederationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::UpdateFederationRequest->new(
    update_mask => $value,
);

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • federation

    Type: Message (.google.cloud.metastore.v1.Federation)

  • request_id

    Type: String

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::DeleteFederationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Metastore::V1::MetastoreFederation;

my $msg = Google::Cloud::Metastore::V1::MetastoreFederation::DeleteFederationRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Metastore::V1::MetastoreFederation::DataprocMetastoreFederationClient - Client stub representing the remote DataprocMetastoreFederation 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 metastore.googleapis.com:443.

credentials

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

NAME

Google::Cloud::Metastore::V1::MetastoreFederation - 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.