Class DeleteIntentRequest.Builder (0.54.0)

public static final class DeleteIntentRequest.Builder extends GeneratedMessageV3.Builder<DeleteIntentRequest.Builder> implements DeleteIntentRequestOrBuilder

The request message for Intents.DeleteIntent.

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteIntentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

build()

public DeleteIntentRequest build()
Returns
Type Description
DeleteIntentRequest

buildPartial()

public DeleteIntentRequest buildPartial()
Returns
Type Description
DeleteIntentRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public DeleteIntentRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

clearName()

public DeleteIntentRequest.Builder clearName()

Required. The name of the intent to delete. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

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

Returns
Type Description
DeleteIntentRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteIntentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

clone()

public DeleteIntentRequest.Builder clone()
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

getDefaultInstanceForType()

public DeleteIntentRequest getDefaultInstanceForType()
Returns
Type Description
DeleteIntentRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the intent to delete. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent 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 name of the intent to delete. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteIntentRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteIntentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteIntentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

setName(String value)

public DeleteIntentRequest.Builder setName(String value)

Required. The name of the intent to delete. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent 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
DeleteIntentRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteIntentRequest.Builder setNameBytes(ByteString value)

Required. The name of the intent to delete. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent 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
DeleteIntentRequest.Builder

This builder for chaining.

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

public DeleteIntentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DeleteIntentRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteIntentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DeleteIntentRequest.Builder
Overrides