Class BigQuerySource

  • All Implemented Interfaces:
    BigQuerySourceOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class BigQuerySource
    extends com.google.protobuf.GeneratedMessageV3
    implements BigQuerySourceOrBuilder
     BigQuery source import data from.
     
    Protobuf type google.cloud.discoveryengine.v1.BigQuerySource
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BigQuerySource.Builder
      BigQuery source import data from.
      static class  BigQuerySource.PartitionCase  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasPartitionDate

        public boolean hasPartitionDate()
         BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
         
        .google.type.Date partition_date = 5;
        Specified by:
        hasPartitionDate in interface BigQuerySourceOrBuilder
        Returns:
        Whether the partitionDate field is set.
      • getPartitionDate

        public com.google.type.Date getPartitionDate()
         BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
         
        .google.type.Date partition_date = 5;
        Specified by:
        getPartitionDate in interface BigQuerySourceOrBuilder
        Returns:
        The partitionDate.
      • getPartitionDateOrBuilder

        public com.google.type.DateOrBuilder getPartitionDateOrBuilder()
         BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format.
         
        .google.type.Date partition_date = 5;
        Specified by:
        getPartitionDateOrBuilder in interface BigQuerySourceOrBuilder
      • getProjectId

        public String getProjectId()
         The project ID (can be project # or ID) that the BigQuery source is in with
         a length limit of 128 characters. If not specified, inherits the project
         ID from the parent request.
         
        string project_id = 1;
        Specified by:
        getProjectId in interface BigQuerySourceOrBuilder
        Returns:
        The projectId.
      • getProjectIdBytes

        public com.google.protobuf.ByteString getProjectIdBytes()
         The project ID (can be project # or ID) that the BigQuery source is in with
         a length limit of 128 characters. If not specified, inherits the project
         ID from the parent request.
         
        string project_id = 1;
        Specified by:
        getProjectIdBytes in interface BigQuerySourceOrBuilder
        Returns:
        The bytes for projectId.
      • getDatasetId

        public String getDatasetId()
         Required. The BigQuery data set to copy the data from with a length limit
         of 1,024 characters.
         
        string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDatasetId in interface BigQuerySourceOrBuilder
        Returns:
        The datasetId.
      • getDatasetIdBytes

        public com.google.protobuf.ByteString getDatasetIdBytes()
         Required. The BigQuery data set to copy the data from with a length limit
         of 1,024 characters.
         
        string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDatasetIdBytes in interface BigQuerySourceOrBuilder
        Returns:
        The bytes for datasetId.
      • getTableId

        public String getTableId()
         Required. The BigQuery table to copy the data from with a length limit of
         1,024 characters.
         
        string table_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTableId in interface BigQuerySourceOrBuilder
        Returns:
        The tableId.
      • getTableIdBytes

        public com.google.protobuf.ByteString getTableIdBytes()
         Required. The BigQuery table to copy the data from with a length limit of
         1,024 characters.
         
        string table_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTableIdBytes in interface BigQuerySourceOrBuilder
        Returns:
        The bytes for tableId.
      • getGcsStagingDir

        public String getGcsStagingDir()
         Intermediate Cloud Storage directory used for the import with a length
         limit of 2,000 characters. Can be specified if one wants to have the
         BigQuery export to a specific Cloud Storage directory.
         
        string gcs_staging_dir = 4;
        Specified by:
        getGcsStagingDir in interface BigQuerySourceOrBuilder
        Returns:
        The gcsStagingDir.
      • getGcsStagingDirBytes

        public com.google.protobuf.ByteString getGcsStagingDirBytes()
         Intermediate Cloud Storage directory used for the import with a length
         limit of 2,000 characters. Can be specified if one wants to have the
         BigQuery export to a specific Cloud Storage directory.
         
        string gcs_staging_dir = 4;
        Specified by:
        getGcsStagingDirBytes in interface BigQuerySourceOrBuilder
        Returns:
        The bytes for gcsStagingDir.
      • getDataSchema

        public String getDataSchema()
         The schema to use when parsing the data from the source.
        
         Supported values for user event imports:
        
         * `user_event` (default): One
         [UserEvent][google.cloud.discoveryengine.v1.UserEvent] per row.
        
         Supported values for document imports:
        
         * `document` (default): One
         [Document][google.cloud.discoveryengine.v1.Document] format per
           row. Each document must have a valid
           [Document.id][google.cloud.discoveryengine.v1.Document.id] and one of
           [Document.json_data][google.cloud.discoveryengine.v1.Document.json_data]
           or
           [Document.struct_data][google.cloud.discoveryengine.v1.Document.struct_data].
         * `custom`: One custom data per row in arbitrary format that conforms to
           the defined [Schema][google.cloud.discoveryengine.v1.Schema] of the data
           store. This can only be used by Gen App Builder.
         
        string data_schema = 6;
        Specified by:
        getDataSchema in interface BigQuerySourceOrBuilder
        Returns:
        The dataSchema.
      • getDataSchemaBytes

        public com.google.protobuf.ByteString getDataSchemaBytes()
         The schema to use when parsing the data from the source.
        
         Supported values for user event imports:
        
         * `user_event` (default): One
         [UserEvent][google.cloud.discoveryengine.v1.UserEvent] per row.
        
         Supported values for document imports:
        
         * `document` (default): One
         [Document][google.cloud.discoveryengine.v1.Document] format per
           row. Each document must have a valid
           [Document.id][google.cloud.discoveryengine.v1.Document.id] and one of
           [Document.json_data][google.cloud.discoveryengine.v1.Document.json_data]
           or
           [Document.struct_data][google.cloud.discoveryengine.v1.Document.struct_data].
         * `custom`: One custom data per row in arbitrary format that conforms to
           the defined [Schema][google.cloud.discoveryengine.v1.Schema] of the data
           store. This can only be used by Gen App Builder.
         
        string data_schema = 6;
        Specified by:
        getDataSchemaBytes in interface BigQuerySourceOrBuilder
        Returns:
        The bytes for dataSchema.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • 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.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • 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 BigQuerySource parseFrom​(ByteBuffer data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

        protected BigQuerySource.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static BigQuerySource getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<BigQuerySource> 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.GeneratedMessageV3
      • getDefaultInstanceForType

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