public interface SampleQuerySetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
The description of the
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
boolean |
hasCreateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The full resource name of the
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet], in
the format of
`projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}`.
This field must be a UTF-8 encoded string with a length limit of 1024
characters.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The full resource name of the
[SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet], in
the format of
`projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}`.
This field must be a UTF-8 encoded string with a length limit of 1024
characters.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];String getDisplayName()
Required. The sample query set display name. This field must be a UTF-8 encoded string with a length limit of 128 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. The sample query set display name. This field must be a UTF-8 encoded string with a length limit of 128 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasCreateTime()
Output only. Timestamp the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet] was created at.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet] was created at.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet] was created at.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDescription()
The description of the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
The description of the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
string description = 4;Copyright © 2025 Google LLC. All rights reserved.