public static final class GetChunkRequest.Builder extends GeneratedMessage.Builder<GetChunkRequest.Builder> implements GetChunkRequestOrBuilderRequest message for ChunkService.GetChunk method.
Protobuf type google.cloud.discoveryengine.v1alpha.GetChunkRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetChunkRequest.BuilderImplements
GetChunkRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetChunkRequest build()| Returns | |
|---|---|
| Type | Description |
GetChunkRequest |
|
buildPartial()
public GetChunkRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetChunkRequest |
|
clear()
public GetChunkRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
|
clearName()
public GetChunkRequest.Builder clearName() Required. Full resource name of
Chunk, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}.
If the caller does not have permission to access the
Chunk, regardless of whether
or not it exists, a PERMISSION_DENIED error is returned.
If the requested Chunk does
not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetChunkRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetChunkRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Full resource name of
Chunk, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}.
If the caller does not have permission to access the
Chunk, regardless of whether
or not it exists, a PERMISSION_DENIED error is returned.
If the requested Chunk does
not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Full resource name of
Chunk, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}.
If the caller does not have permission to access the
Chunk, regardless of whether
or not it exists, a PERMISSION_DENIED error is returned.
If the requested Chunk does
not exist, a NOT_FOUND error is returned.
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetChunkRequest other)
public GetChunkRequest.Builder mergeFrom(GetChunkRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetChunkRequest |
| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetChunkRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetChunkRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
|
setName(String value)
public GetChunkRequest.Builder setName(String value) Required. Full resource name of
Chunk, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}.
If the caller does not have permission to access the
Chunk, regardless of whether
or not it exists, a PERMISSION_DENIED error is returned.
If the requested Chunk does
not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetChunkRequest.Builder setNameBytes(ByteString value) Required. Full resource name of
Chunk, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}.
If the caller does not have permission to access the
Chunk, regardless of whether
or not it exists, a PERMISSION_DENIED error is returned.
If the requested Chunk does
not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetChunkRequest.Builder |
This builder for chaining. |