public interface SearchEntryPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRenderedContent()
Optional.
|
com.google.protobuf.ByteString |
getRenderedContentBytes()
Optional.
|
com.google.protobuf.ByteString |
getSdkBlob()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRenderedContent()
Optional. Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRenderedContentBytes()
Optional. Web content snippet that can be embedded in a web page or an app webview.
string rendered_content = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSdkBlob()
Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.