Class DeleteSampleQuerySetRequest.Builder (0.81.0)

public static final class DeleteSampleQuerySetRequest.Builder extends GeneratedMessage.Builder<DeleteSampleQuerySetRequest.Builder> implements DeleteSampleQuerySetRequestOrBuilder

Request message for SampleQuerySetService.DeleteSampleQuerySet method.

Protobuf type google.cloud.discoveryengine.v1alpha.DeleteSampleQuerySetRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteSampleQuerySetRequest build()
Returns
Type Description
DeleteSampleQuerySetRequest

buildPartial()

public DeleteSampleQuerySetRequest buildPartial()
Returns
Type Description
DeleteSampleQuerySetRequest

clear()

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

clearName()

public DeleteSampleQuerySetRequest.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 delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the SampleQuerySet to delete does not exist, a NOT_FOUND error is returned.

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

Returns
Type Description
DeleteSampleQuerySetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteSampleQuerySetRequest getDefaultInstanceForType()
Returns
Type Description
DeleteSampleQuerySetRequest

getDescriptorForType()

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

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 delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the SampleQuerySet to delete 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 delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the SampleQuerySet to delete 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteSampleQuerySetRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteSampleQuerySetRequest.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 delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the SampleQuerySet to delete 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 String

The name to set.

Returns
Type Description
DeleteSampleQuerySetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteSampleQuerySetRequest.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 delete the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the SampleQuerySet to delete 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 ByteString

The bytes for name to set.

Returns
Type Description
DeleteSampleQuerySetRequest.Builder

This builder for chaining.