public interface CreateSampleQuerySetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
SampleQuerySet |
getSampleQuerySet()
Required.
|
String |
getSampleQuerySetId()
Required.
|
com.google.protobuf.ByteString |
getSampleQuerySetIdBytes()
Required.
|
SampleQuerySetOrBuilder |
getSampleQuerySetOrBuilder()
Required.
|
boolean |
hasSampleQuerySet()
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}`.
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}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasSampleQuerySet()
Required. The [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet] to create.
.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];
SampleQuerySet getSampleQuerySet()
Required. The [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet] to create.
.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];
SampleQuerySetOrBuilder getSampleQuerySetOrBuilder()
Required. The [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet] to create.
.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];
String getSampleQuerySetId()
Required. The ID to use for the [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet], which will become the final component of the [SampleQuerySet.name][google.cloud.discoveryengine.v1alpha.SampleQuerySet.name]. If the caller does not have permission to create the [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. This field must be unique among all [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet]s with the same [parent][google.cloud.discoveryengine.v1alpha.CreateSampleQuerySetRequest.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_set_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSampleQuerySetIdBytes()
Required. The ID to use for the [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet], which will become the final component of the [SampleQuerySet.name][google.cloud.discoveryengine.v1alpha.SampleQuerySet.name]. If the caller does not have permission to create the [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet], regardless of whether or not it exists, a `PERMISSION_DENIED` error is returned. This field must be unique among all [SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet]s with the same [parent][google.cloud.discoveryengine.v1alpha.CreateSampleQuerySetRequest.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_set_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.