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