public interface QueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Query.ContentCase |
getContentCase() |
String |
getQueryId()
Unique Id for the query.
|
com.google.protobuf.ByteString |
getQueryIdBytes()
Unique Id for the query.
|
String |
getText()
Plain text.
|
com.google.protobuf.ByteString |
getTextBytes()
Plain text.
|
boolean |
hasText()
Plain text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
Plain text.
string text = 2;String getText()
Plain text.
string text = 2;com.google.protobuf.ByteString getTextBytes()
Plain text.
string text = 2;String getQueryId()
Unique Id for the query.
string query_id = 1;com.google.protobuf.ByteString getQueryIdBytes()
Unique Id for the query.
string query_id = 1;Query.ContentCase getContentCase()
Copyright © 2024 Google LLC. All rights reserved.