public static final class SearchEntryPoint.Builder extends GeneratedMessage.Builder<SearchEntryPoint.Builder> implements SearchEntryPointOrBuilderGoogle search entry point.
Protobuf type google.cloud.vertexai.v1.SearchEntryPoint
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchEntryPoint.BuilderImplements
SearchEntryPointOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SearchEntryPoint build()| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint |
|
buildPartial()
public SearchEntryPoint buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint |
|
clear()
public SearchEntryPoint.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
|
clearRenderedContent()
public SearchEntryPoint.Builder clearRenderedContent()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 | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
This builder for chaining. |
clearSdkBlob()
public SearchEntryPoint.Builder clearSdkBlob()Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SearchEntryPoint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRenderedContent()
public 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 | |
|---|---|
| Type | Description |
String |
The renderedContent. |
getRenderedContentBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for renderedContent. |
getSdkBlob()
public ByteString getSdkBlob()Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The sdkBlob. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SearchEntryPoint other)
public SearchEntryPoint.Builder mergeFrom(SearchEntryPoint other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchEntryPoint |
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchEntryPoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchEntryPoint.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
|
setRenderedContent(String value)
public SearchEntryPoint.Builder setRenderedContent(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe renderedContent to set. |
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
This builder for chaining. |
setRenderedContentBytes(ByteString value)
public SearchEntryPoint.Builder setRenderedContentBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for renderedContent to set. |
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
This builder for chaining. |
setSdkBlob(ByteString value)
public SearchEntryPoint.Builder setSdkBlob(ByteString value)Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
bytes sdk_blob = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe sdkBlob to set. |
| Returns | |
|---|---|
| Type | Description |
SearchEntryPoint.Builder |
This builder for chaining. |