Dataproc Metastore v1 API - Class AlterMetadataResourceLocationRequest (2.10.0)

public sealed class AlterMetadataResourceLocationRequest : IMessage<AlterMetadataResourceLocationRequest>, IEquatable<AlterMetadataResourceLocationRequest>, IDeepCloneable<AlterMetadataResourceLocationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1 API class AlterMetadataResourceLocationRequest.

Request message for [DataprocMetastore.AlterMetadataResourceLocation][google.cloud.metastore.v1.DataprocMetastore.AlterMetadataResourceLocation].

Inheritance

object > AlterMetadataResourceLocationRequest

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.dll

Constructors

AlterMetadataResourceLocationRequest()

public AlterMetadataResourceLocationRequest()

AlterMetadataResourceLocationRequest(AlterMetadataResourceLocationRequest)

public AlterMetadataResourceLocationRequest(AlterMetadataResourceLocationRequest other)
Parameter
Name Description
other AlterMetadataResourceLocationRequest

Properties

LocationUri

public string LocationUri { get; set; }

Required. The new location URI for the metadata resource.

Property Value
Type Description
string

ResourceName

public string ResourceName { get; set; }

Required. The relative metadata resource name in the following format.

databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}

Property Value
Type Description
string

Service

public string Service { get; set; }

Required. The relative resource name of the metastore service to mutate metadata, in the following format:

projects/{project_id}/locations/{location_id}/services/{service_id}.

Property Value
Type Description
string

ServiceAsServiceName

public ServiceName ServiceAsServiceName { get; set; }

ServiceName-typed view over the Service resource name property.

Property Value
Type Description
ServiceName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.