public static final class GetSampleQueryRequest.Builder extends GeneratedMessage.Builder<GetSampleQueryRequest.Builder> implements GetSampleQueryRequestOrBuilderRequest message for SampleQueryService.GetSampleQuery method.
Protobuf type google.cloud.discoveryengine.v1alpha.GetSampleQueryRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetSampleQueryRequest.BuilderImplements
GetSampleQueryRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetSampleQueryRequest build()| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest |
|
buildPartial()
public GetSampleQueryRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest |
|
clear()
public GetSampleQueryRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest.Builder |
|
clearName()
public GetSampleQueryRequest.Builder clearName() Required. Full resource name of
SampleQuery, such as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}.
If the caller does not have permission to access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery does not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetSampleQueryRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Full resource name of
SampleQuery, such as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}.
If the caller does not have permission to access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery 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
SampleQuery, such as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}.
If the caller does not have permission to access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery 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(GetSampleQueryRequest other)
public GetSampleQueryRequest.Builder mergeFrom(GetSampleQueryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSampleQueryRequest |
| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSampleQueryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetSampleQueryRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetSampleQueryRequest.Builder |
|
setName(String value)
public GetSampleQueryRequest.Builder setName(String value) Required. Full resource name of
SampleQuery, such as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}.
If the caller does not have permission to access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery 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 |
GetSampleQueryRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetSampleQueryRequest.Builder setNameBytes(ByteString value) Required. Full resource name of
SampleQuery, such as
projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}.
If the caller does not have permission to access the SampleQuery, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested SampleQuery 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 |
GetSampleQueryRequest.Builder |
This builder for chaining. |