Class UpdateSampleQueryRequest.Builder (0.81.0)

public static final class UpdateSampleQueryRequest.Builder extends GeneratedMessage.Builder<UpdateSampleQueryRequest.Builder> implements UpdateSampleQueryRequestOrBuilder

Request message for SampleQueryService.UpdateSampleQuery method.

Protobuf type google.cloud.discoveryengine.v1alpha.UpdateSampleQueryRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateSampleQueryRequest build()
Returns
Type Description
UpdateSampleQueryRequest

buildPartial()

public UpdateSampleQueryRequest buildPartial()
Returns
Type Description
UpdateSampleQueryRequest

clear()

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

clearSampleQuery()

public UpdateSampleQueryRequest.Builder clearSampleQuery()

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateSampleQueryRequest.Builder

clearUpdateMask()

public UpdateSampleQueryRequest.Builder clearUpdateMask()

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
UpdateSampleQueryRequest.Builder

getDefaultInstanceForType()

public UpdateSampleQueryRequest getDefaultInstanceForType()
Returns
Type Description
UpdateSampleQueryRequest

getDescriptorForType()

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

getSampleQuery()

public SampleQuery getSampleQuery()

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuery

The sampleQuery.

getSampleQueryBuilder()

public SampleQuery.Builder getSampleQueryBuilder()

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuery.Builder

getSampleQueryOrBuilder()

public SampleQueryOrBuilder getSampleQueryOrBuilder()

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQueryOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasSampleQuery()

public boolean hasSampleQuery()

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the sampleQuery field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateSampleQueryRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeSampleQuery(SampleQuery value)

public UpdateSampleQueryRequest.Builder mergeSampleQuery(SampleQuery value)

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SampleQuery
Returns
Type Description
UpdateSampleQueryRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateSampleQueryRequest.Builder mergeUpdateMask(FieldMask value)

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateSampleQueryRequest.Builder

setSampleQuery(SampleQuery value)

public UpdateSampleQueryRequest.Builder setSampleQuery(SampleQuery value)

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value SampleQuery
Returns
Type Description
UpdateSampleQueryRequest.Builder

setSampleQuery(SampleQuery.Builder builderForValue)

public UpdateSampleQueryRequest.Builder setSampleQuery(SampleQuery.Builder builderForValue)

Required. The simple query to update.

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

If the SampleQuery to update does not exist a NOT_FOUND error is returned.

.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue SampleQuery.Builder
Returns
Type Description
UpdateSampleQueryRequest.Builder

setUpdateMask(FieldMask value)

public UpdateSampleQueryRequest.Builder setUpdateMask(FieldMask value)

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateSampleQueryRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateSampleQueryRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Indicates which fields in the provided imported 'simple query' to update. If not set, will by default update all fields.

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateSampleQueryRequest.Builder