Class GetMetadataStoreRequest.Builder (3.84.0)

public static final class GetMetadataStoreRequest.Builder extends GeneratedMessage.Builder<GetMetadataStoreRequest.Builder> implements GetMetadataStoreRequestOrBuilder

Request message for MetadataService.GetMetadataStore.

Protobuf type google.cloud.aiplatform.v1.GetMetadataStoreRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetMetadataStoreRequest build()
Returns
Type Description
GetMetadataStoreRequest

buildPartial()

public GetMetadataStoreRequest buildPartial()
Returns
Type Description
GetMetadataStoreRequest

clear()

public GetMetadataStoreRequest.Builder clear()
Returns
Type Description
GetMetadataStoreRequest.Builder
Overrides

clearName()

public GetMetadataStoreRequest.Builder clearName()

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetMetadataStoreRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetMetadataStoreRequest getDefaultInstanceForType()
Returns
Type Description
GetMetadataStoreRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetMetadataStoreRequest other)

public GetMetadataStoreRequest.Builder mergeFrom(GetMetadataStoreRequest other)
Parameter
Name Description
other GetMetadataStoreRequest
Returns
Type Description
GetMetadataStoreRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetMetadataStoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetMetadataStoreRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetMetadataStoreRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetMetadataStoreRequest.Builder
Overrides

setName(String value)

public GetMetadataStoreRequest.Builder setName(String value)

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetMetadataStoreRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetMetadataStoreRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the MetadataStore to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetMetadataStoreRequest.Builder

This builder for chaining.