Package com.google.cloud.aiplatform.v1
Interface SearchEntryPointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchEntryPoint,SearchEntryPoint.Builder
@Generated
public interface SearchEntryPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRenderedContent
String 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];- Returns:
- The renderedContent.
-
getRenderedContentBytes
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];- Returns:
- The bytes for renderedContent.
-
getSdkBlob
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];- Returns:
- The sdkBlob.
-