Class GetConfigRequest.Builder (4.78.0)

public static final class GetConfigRequest.Builder extends GeneratedMessage.Builder<GetConfigRequest.Builder> implements GetConfigRequestOrBuilder

Request message for the GetConfig method.

Protobuf type google.cloud.speech.v2.GetConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetConfigRequest build()
Returns
Type Description
GetConfigRequest

buildPartial()

public GetConfigRequest buildPartial()
Returns
Type Description
GetConfigRequest

clear()

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

clearName()

public GetConfigRequest.Builder clearName()

Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

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

Returns
Type Description
GetConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetConfigRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetConfigRequest.Builder setName(String value)

Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetConfigRequest.Builder setNameBytes(ByteString value)

Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

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

This builder for chaining.