Class SearchEntryPoint.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<SearchEntryPoint.Builder>
com.google.cloud.aiplatform.v1.SearchEntryPoint.Builder
All Implemented Interfaces:
SearchEntryPointOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
SearchEntryPoint

public static final class SearchEntryPoint.Builder extends com.google.protobuf.GeneratedMessage.Builder<SearchEntryPoint.Builder> implements SearchEntryPointOrBuilder
 Google search entry point.
 
Protobuf type google.cloud.aiplatform.v1.SearchEntryPoint
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SearchEntryPoint.Builder>
    • clear

      public SearchEntryPoint.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<SearchEntryPoint.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SearchEntryPoint.Builder>
    • getDefaultInstanceForType

      public SearchEntryPoint getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public SearchEntryPoint build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public SearchEntryPoint buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public SearchEntryPoint.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchEntryPoint.Builder>
    • mergeFrom

      public SearchEntryPoint.Builder mergeFrom(SearchEntryPoint other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<SearchEntryPoint.Builder>
    • mergeFrom

      public SearchEntryPoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchEntryPoint.Builder>
      Throws:
      IOException
    • 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];
      Specified by:
      getRenderedContent in interface SearchEntryPointOrBuilder
      Returns:
      The renderedContent.
    • getRenderedContentBytes

      public 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];
      Specified by:
      getRenderedContentBytes in interface SearchEntryPointOrBuilder
      Returns:
      The bytes for renderedContent.
    • setRenderedContent

      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];
      Parameters:
      value - The renderedContent to set.
      Returns:
      This builder for chaining.
    • 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:
      This builder for chaining.
    • setRenderedContentBytes

      public SearchEntryPoint.Builder setRenderedContentBytes(com.google.protobuf.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];
      Parameters:
      value - The bytes for renderedContent to set.
      Returns:
      This builder for chaining.
    • getSdkBlob

      public 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];
      Specified by:
      getSdkBlob in interface SearchEntryPointOrBuilder
      Returns:
      The sdkBlob.
    • setSdkBlob

      public SearchEntryPoint.Builder setSdkBlob(com.google.protobuf.ByteString value)
       Optional. Base64 encoded JSON representing array of <search term, search
       url> tuple.
       
      bytes sdk_blob = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The sdkBlob to set.
      Returns:
      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:
      This builder for chaining.