Class CreateSampleQuerySetRequest.Builder (0.79.0)

public static final class CreateSampleQuerySetRequest.Builder extends GeneratedMessage.Builder<CreateSampleQuerySetRequest.Builder> implements CreateSampleQuerySetRequestOrBuilder

Request message for SampleQuerySetService.CreateSampleQuerySet method.

Protobuf type google.cloud.discoveryengine.v1alpha.CreateSampleQuerySetRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreateSampleQuerySetRequest build()
Returns
Type Description
CreateSampleQuerySetRequest

buildPartial()

public CreateSampleQuerySetRequest buildPartial()
Returns
Type Description
CreateSampleQuerySetRequest

clear()

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

clearParent()

public CreateSampleQuerySetRequest.Builder clearParent()

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Returns
Type Description
CreateSampleQuerySetRequest.Builder

This builder for chaining.

clearSampleQuerySet()

public CreateSampleQuerySetRequest.Builder clearSampleQuerySet()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSampleQuerySetRequest.Builder

clearSampleQuerySetId()

public CreateSampleQuerySetRequest.Builder clearSampleQuerySetId()

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSampleQuerySetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateSampleQuerySetRequest getDefaultInstanceForType()
Returns
Type Description
CreateSampleQuerySetRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Returns
Type Description
ByteString

The bytes for parent.

getSampleQuerySet()

public SampleQuerySet getSampleQuerySet()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuerySet

The sampleQuerySet.

getSampleQuerySetBuilder()

public SampleQuerySet.Builder getSampleQuerySetBuilder()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuerySet.Builder

getSampleQuerySetId()

public String getSampleQuerySetId()

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The sampleQuerySetId.

getSampleQuerySetIdBytes()

public ByteString getSampleQuerySetIdBytes()

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for sampleQuerySetId.

getSampleQuerySetOrBuilder()

public SampleQuerySetOrBuilder getSampleQuerySetOrBuilder()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuerySetOrBuilder

hasSampleQuerySet()

public boolean hasSampleQuerySet()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the sampleQuerySet field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateSampleQuerySetRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeSampleQuerySet(SampleQuerySet value)

public CreateSampleQuerySetRequest.Builder mergeSampleQuerySet(SampleQuerySet value)

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SampleQuerySet
Returns
Type Description
CreateSampleQuerySetRequest.Builder

setParent(String value)

public CreateSampleQuerySetRequest.Builder setParent(String value)

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateSampleQuerySetRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateSampleQuerySetRequest.Builder setParentBytes(ByteString value)

Required. The parent resource name, such as projects/{project}/locations/{location}.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateSampleQuerySetRequest.Builder

This builder for chaining.

setSampleQuerySet(SampleQuerySet value)

public CreateSampleQuerySetRequest.Builder setSampleQuerySet(SampleQuerySet value)

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SampleQuerySet
Returns
Type Description
CreateSampleQuerySetRequest.Builder

setSampleQuerySet(SampleQuerySet.Builder builderForValue)

public CreateSampleQuerySetRequest.Builder setSampleQuerySet(SampleQuerySet.Builder builderForValue)

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue SampleQuerySet.Builder
Returns
Type Description
CreateSampleQuerySetRequest.Builder

setSampleQuerySetId(String value)

public CreateSampleQuerySetRequest.Builder setSampleQuerySetId(String value)

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The sampleQuerySetId to set.

Returns
Type Description
CreateSampleQuerySetRequest.Builder

This builder for chaining.

setSampleQuerySetIdBytes(ByteString value)

public CreateSampleQuerySetRequest.Builder setSampleQuerySetIdBytes(ByteString value)

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for sampleQuerySetId to set.

Returns
Type Description
CreateSampleQuerySetRequest.Builder

This builder for chaining.