public interface CreateSampleQueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
SampleQuery |
getSampleQuery()
Required.
|
String |
getSampleQueryId()
Required.
|
com.google.protobuf.ByteString |
getSampleQueryIdBytes()
Required.
|
SampleQueryOrBuilder |
getSampleQueryOrBuilder()
Required.
|
boolean |
hasSampleQuery()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource name, such as
`projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource name, such as
`projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSampleQuery()
Required. The [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery] to create.
.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 2 [(.google.api.field_behavior) = REQUIRED];
SampleQuery getSampleQuery()
Required. The [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery] to create.
.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 2 [(.google.api.field_behavior) = REQUIRED];
SampleQueryOrBuilder getSampleQueryOrBuilder()
Required. The [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery] to create.
.google.cloud.discoveryengine.v1alpha.SampleQuery sample_query = 2 [(.google.api.field_behavior) = REQUIRED];
String getSampleQueryId()
Required. The ID to use for the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery], which will become the final component of the [SampleQuery.name][google.cloud.discoveryengine.v1alpha.SampleQuery.name]. If the caller does not have permission to create the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. This field must be unique among all [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery]s with the same [parent][google.cloud.discoveryengine.v1alpha.CreateSampleQueryRequest.parent]. Otherwise, an `ALREADY_EXISTS` error is returned. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) standard with a length limit of 63 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
string sample_query_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSampleQueryIdBytes()
Required. The ID to use for the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery], which will become the final component of the [SampleQuery.name][google.cloud.discoveryengine.v1alpha.SampleQuery.name]. If the caller does not have permission to create the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. This field must be unique among all [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery]s with the same [parent][google.cloud.discoveryengine.v1alpha.CreateSampleQueryRequest.parent]. Otherwise, an `ALREADY_EXISTS` error is returned. This field must conform to [RFC-1034](https://tools.ietf.org/html/rfc1034) standard with a length limit of 63 characters. Otherwise, an `INVALID_ARGUMENT` error is returned.
string sample_query_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.