Class GetMetadataJobRequest.Builder (1.81.0)

public static final class GetMetadataJobRequest.Builder extends GeneratedMessage.Builder<GetMetadataJobRequest.Builder> implements GetMetadataJobRequestOrBuilder

Get metadata job request.

Protobuf type google.cloud.dataplex.v1.GetMetadataJobRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetMetadataJobRequest build()
Returns
Type Description
GetMetadataJobRequest

buildPartial()

public GetMetadataJobRequest buildPartial()
Returns
Type Description
GetMetadataJobRequest

clear()

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

clearName()

public GetMetadataJobRequest.Builder clearName()

Required. The resource name of the metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.

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

Returns
Type Description
GetMetadataJobRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetMetadataJobRequest getDefaultInstanceForType()
Returns
Type Description
GetMetadataJobRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.

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 metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.

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(GetMetadataJobRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetMetadataJobRequest.Builder setName(String value)

Required. The resource name of the metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetMetadataJobRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetMetadataJobRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.

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
GetMetadataJobRequest.Builder

This builder for chaining.