public interface UpdateSampleQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SampleQuery |
getSampleQuery()
Required.
|
SampleQueryOrBuilder |
getSampleQueryOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Indicates which fields in the provided imported 'simple query' to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided imported 'simple query' to update.
|
boolean |
hasSampleQuery()
Required.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided imported 'simple query' to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSampleQuery()
Required. The simple query to update. If the caller does not have permission to update the [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. If the [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery] to update does not exist a `NOT_FOUND` error is returned.
.google.cloud.discoveryengine.v1beta.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];
SampleQuery getSampleQuery()
Required. The simple query to update. If the caller does not have permission to update the [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. If the [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery] to update does not exist a `NOT_FOUND` error is returned.
.google.cloud.discoveryengine.v1beta.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];
SampleQueryOrBuilder getSampleQueryOrBuilder()
Required. The simple query to update. If the caller does not have permission to update the [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. If the [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery] to update does not exist a `NOT_FOUND` error is returned.
.google.cloud.discoveryengine.v1beta.SampleQuery sample_query = 1 [(.google.api.field_behavior) = REQUIRED];
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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.