public interface SampleQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SampleQuery.ContentCase |
getContentCase() |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
SampleQuery.QueryEntry |
getQueryEntry()
The query entry.
|
SampleQuery.QueryEntryOrBuilder |
getQueryEntryOrBuilder()
The query entry.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasQueryEntry()
The query entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQueryEntry()
The query entry.
.google.cloud.discoveryengine.v1alpha.SampleQuery.QueryEntry query_entry = 2;SampleQuery.QueryEntry getQueryEntry()
The query entry.
.google.cloud.discoveryengine.v1alpha.SampleQuery.QueryEntry query_entry = 2;SampleQuery.QueryEntryOrBuilder getQueryEntryOrBuilder()
The query entry.
.google.cloud.discoveryengine.v1alpha.SampleQuery.QueryEntry query_entry = 2;String getName()
Identifier. The full resource name of the sample query, in the format of
`projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}`.
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 sample query, in the format of
`projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}`.
This field must be a UTF-8 encoded string with a length limit of 1024
characters.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasCreateTime()
Output only. Timestamp the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery] was created at.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery] was created at.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp the [SampleQuery][google.cloud.discoveryengine.v1alpha.SampleQuery] was created at.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
SampleQuery.ContentCase getContentCase()
Copyright © 2024 Google LLC. All rights reserved.