Class GetAgentRequest.Builder (0.50.0)

public static final class GetAgentRequest.Builder extends GeneratedMessageV3.Builder<GetAgentRequest.Builder> implements GetAgentRequestOrBuilder

The request message for Agents.GetAgent.

Protobuf type google.cloud.dialogflow.cx.v3beta1.GetAgentRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetAgentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

build()

public GetAgentRequest build()
Returns
TypeDescription
GetAgentRequest

buildPartial()

public GetAgentRequest buildPartial()
Returns
TypeDescription
GetAgentRequest

clear()

public GetAgentRequest.Builder clear()
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public GetAgentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

clearName()

public GetAgentRequest.Builder clearName()

Required. The name of the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

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

Returns
TypeDescription
GetAgentRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetAgentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

clone()

public GetAgentRequest.Builder clone()
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

getDefaultInstanceForType()

public GetAgentRequest getDefaultInstanceForType()
Returns
TypeDescription
GetAgentRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

Required. The name of the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

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

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(GetAgentRequest other)

public GetAgentRequest.Builder mergeFrom(GetAgentRequest other)
Parameter
NameDescription
otherGetAgentRequest
Returns
TypeDescription
GetAgentRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetAgentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GetAgentRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public GetAgentRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetAgentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetAgentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

setName(String value)

public GetAgentRequest.Builder setName(String value)

Required. The name of the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

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

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
GetAgentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAgentRequest.Builder setNameBytes(ByteString value)

Required. The name of the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.

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

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
GetAgentRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetAgentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
GetAgentRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetAgentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
GetAgentRequest.Builder
Overrides