Class GeminiRequestReadConfig

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig
All Implemented Interfaces:
GeminiRequestReadConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class GeminiRequestReadConfig extends com.google.protobuf.GeneratedMessage implements GeminiRequestReadConfigOrBuilder
 Configuration for how to read Gemini requests from a multimodal dataset.
 
Protobuf type google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig
See Also:
  • Field Details

    • TEMPLATE_CONFIG_FIELD_NUMBER

      public static final int TEMPLATE_CONFIG_FIELD_NUMBER
      See Also:
    • ASSEMBLED_REQUEST_COLUMN_NAME_FIELD_NUMBER

      public static final int ASSEMBLED_REQUEST_COLUMN_NAME_FIELD_NUMBER
      See Also:
  • 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
    • getReadConfigCase

      public GeminiRequestReadConfig.ReadConfigCase getReadConfigCase()
      Specified by:
      getReadConfigCase in interface GeminiRequestReadConfigOrBuilder
    • hasTemplateConfig

      public boolean hasTemplateConfig()
       Gemini request template with placeholders.
       
      .google.cloud.aiplatform.v1beta1.GeminiTemplateConfig template_config = 1;
      Specified by:
      hasTemplateConfig in interface GeminiRequestReadConfigOrBuilder
      Returns:
      Whether the templateConfig field is set.
    • getTemplateConfig

      public GeminiTemplateConfig getTemplateConfig()
       Gemini request template with placeholders.
       
      .google.cloud.aiplatform.v1beta1.GeminiTemplateConfig template_config = 1;
      Specified by:
      getTemplateConfig in interface GeminiRequestReadConfigOrBuilder
      Returns:
      The templateConfig.
    • getTemplateConfigOrBuilder

      public GeminiTemplateConfigOrBuilder getTemplateConfigOrBuilder()
       Gemini request template with placeholders.
       
      .google.cloud.aiplatform.v1beta1.GeminiTemplateConfig template_config = 1;
      Specified by:
      getTemplateConfigOrBuilder in interface GeminiRequestReadConfigOrBuilder
    • hasAssembledRequestColumnName

      public boolean hasAssembledRequestColumnName()
       Optional. Column name in the dataset table that contains already fully
       assembled Gemini requests.
       
      string assembled_request_column_name = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasAssembledRequestColumnName in interface GeminiRequestReadConfigOrBuilder
      Returns:
      Whether the assembledRequestColumnName field is set.
    • getAssembledRequestColumnName

      public String getAssembledRequestColumnName()
       Optional. Column name in the dataset table that contains already fully
       assembled Gemini requests.
       
      string assembled_request_column_name = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAssembledRequestColumnName in interface GeminiRequestReadConfigOrBuilder
      Returns:
      The assembledRequestColumnName.
    • getAssembledRequestColumnNameBytes

      public com.google.protobuf.ByteString getAssembledRequestColumnNameBytes()
       Optional. Column name in the dataset table that contains already fully
       assembled Gemini requests.
       
      string assembled_request_column_name = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getAssembledRequestColumnNameBytes in interface GeminiRequestReadConfigOrBuilder
      Returns:
      The bytes for assembledRequestColumnName.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GeminiRequestReadConfig parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GeminiRequestReadConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GeminiRequestReadConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public GeminiRequestReadConfig.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static GeminiRequestReadConfig.Builder newBuilder()
    • newBuilder

      public static GeminiRequestReadConfig.Builder newBuilder(GeminiRequestReadConfig prototype)
    • toBuilder

      public GeminiRequestReadConfig.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GeminiRequestReadConfig.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static GeminiRequestReadConfig getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GeminiRequestReadConfig> parser()
    • getParserForType

      public com.google.protobuf.Parser<GeminiRequestReadConfig> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public GeminiRequestReadConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder