Class GetKnowledgeBaseRequest.Builder (4.89.0)

public static final class GetKnowledgeBaseRequest.Builder extends GeneratedMessage.Builder<GetKnowledgeBaseRequest.Builder> implements GetKnowledgeBaseRequestOrBuilder

Request message for KnowledgeBases.GetKnowledgeBase.

Protobuf type google.cloud.dialogflow.v2.GetKnowledgeBaseRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetKnowledgeBaseRequest build()
Returns
Type Description
GetKnowledgeBaseRequest

buildPartial()

public GetKnowledgeBaseRequest buildPartial()
Returns
Type Description
GetKnowledgeBaseRequest

clear()

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

clearName()

public GetKnowledgeBaseRequest.Builder clearName()

Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.

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

Returns
Type Description
GetKnowledgeBaseRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetKnowledgeBaseRequest getDefaultInstanceForType()
Returns
Type Description
GetKnowledgeBaseRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base 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 knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base 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(GetKnowledgeBaseRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetKnowledgeBaseRequest.Builder setName(String value)

Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base 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
GetKnowledgeBaseRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetKnowledgeBaseRequest.Builder setNameBytes(ByteString value)

Required. The name of the knowledge base to retrieve. Format projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base 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
GetKnowledgeBaseRequest.Builder

This builder for chaining.