Class Table.Builder

  • All Implemented Interfaces:
    TableOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Table

    public static final class Table.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
    implements TableOrBuilder
     Represents a table.
     
    Protobuf type google.cloud.bigquery.biglake.v1.Table
    • Method Detail

      • 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.Builder<Table.Builder>
      • clear

        public Table.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.GeneratedMessageV3.Builder<Table.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.GeneratedMessageV3.Builder<Table.Builder>
      • getDefaultInstanceForType

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

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

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

        public Table.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • setField

        public Table.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                      Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • clearField

        public Table.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • clearOneof

        public Table.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • setRepeatedField

        public Table.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                              int index,
                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • addRepeatedField

        public Table.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • mergeFrom

        public Table.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<Table.Builder>
      • isInitialized

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

        public Table.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<Table.Builder>
        Throws:
        IOException
      • hasHiveOptions

        public boolean hasHiveOptions()
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
        Specified by:
        hasHiveOptions in interface TableOrBuilder
        Returns:
        Whether the hiveOptions field is set.
      • getHiveOptions

        public HiveTableOptions getHiveOptions()
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
        Specified by:
        getHiveOptions in interface TableOrBuilder
        Returns:
        The hiveOptions.
      • setHiveOptions

        public Table.Builder setHiveOptions​(HiveTableOptions value)
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
      • setHiveOptions

        public Table.Builder setHiveOptions​(HiveTableOptions.Builder builderForValue)
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
      • mergeHiveOptions

        public Table.Builder mergeHiveOptions​(HiveTableOptions value)
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
      • clearHiveOptions

        public Table.Builder clearHiveOptions()
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
      • getHiveOptionsBuilder

        public HiveTableOptions.Builder getHiveOptionsBuilder()
         Options of a Hive table.
         
        .google.cloud.bigquery.biglake.v1.HiveTableOptions hive_options = 7;
      • getName

        public String getName()
         Output only. The resource name.
         Format:
         projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface TableOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name.
         Format:
         projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface TableOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Table.Builder setName​(String value)
         Output only. The resource name.
         Format:
         projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Table.Builder clearName()
         Output only. The resource name.
         Format:
         projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public Table.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name.
         Format:
         projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface TableOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface TableOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Table.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Table.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Table.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Table.Builder clearCreateTime()
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The creation time of the table.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface TableOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface TableOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface TableOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Table.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Table.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Table.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Table.Builder clearUpdateTime()
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The last modification time of the table.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface TableOrBuilder
      • hasDeleteTime

        public boolean hasDeleteTime()
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDeleteTime in interface TableOrBuilder
        Returns:
        Whether the deleteTime field is set.
      • getDeleteTime

        public com.google.protobuf.Timestamp getDeleteTime()
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeleteTime in interface TableOrBuilder
        Returns:
        The deleteTime.
      • setDeleteTime

        public Table.Builder setDeleteTime​(com.google.protobuf.Timestamp value)
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDeleteTime

        public Table.Builder setDeleteTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDeleteTime

        public Table.Builder mergeDeleteTime​(com.google.protobuf.Timestamp value)
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDeleteTime

        public Table.Builder clearDeleteTime()
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDeleteTimeBuilder

        public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder()
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDeleteTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder()
         Output only. The deletion time of the table. Only set after the table is
         deleted.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeleteTimeOrBuilder in interface TableOrBuilder
      • hasExpireTime

        public boolean hasExpireTime()
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExpireTime in interface TableOrBuilder
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        public com.google.protobuf.Timestamp getExpireTime()
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExpireTime in interface TableOrBuilder
        Returns:
        The expireTime.
      • setExpireTime

        public Table.Builder setExpireTime​(com.google.protobuf.Timestamp value)
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setExpireTime

        public Table.Builder setExpireTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeExpireTime

        public Table.Builder mergeExpireTime​(com.google.protobuf.Timestamp value)
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearExpireTime

        public Table.Builder clearExpireTime()
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExpireTimeBuilder

        public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder()
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExpireTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         Output only. The time when this table is considered expired. Only set after
         the table is deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExpireTimeOrBuilder in interface TableOrBuilder
      • getTypeValue

        public int getTypeValue()
         The table type.
         
        .google.cloud.bigquery.biglake.v1.Table.Type type = 6;
        Specified by:
        getTypeValue in interface TableOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        public Table.Builder setTypeValue​(int value)
         The table type.
         
        .google.cloud.bigquery.biglake.v1.Table.Type type = 6;
        Parameters:
        value - The enum numeric value on the wire for type to set.
        Returns:
        This builder for chaining.
      • getType

        public Table.Type getType()
         The table type.
         
        .google.cloud.bigquery.biglake.v1.Table.Type type = 6;
        Specified by:
        getType in interface TableOrBuilder
        Returns:
        The type.
      • setType

        public Table.Builder setType​(Table.Type value)
         The table type.
         
        .google.cloud.bigquery.biglake.v1.Table.Type type = 6;
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public Table.Builder clearType()
         The table type.
         
        .google.cloud.bigquery.biglake.v1.Table.Type type = 6;
        Returns:
        This builder for chaining.
      • getEtag

        public String getEtag()
         The checksum of a table object computed by the server based on the value of
         other fields. It may be sent on update requests to ensure the client has an
         up-to-date value before proceeding. It is only checked for update table
         operations.
         
        string etag = 8;
        Specified by:
        getEtag in interface TableOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public com.google.protobuf.ByteString getEtagBytes()
         The checksum of a table object computed by the server based on the value of
         other fields. It may be sent on update requests to ensure the client has an
         up-to-date value before proceeding. It is only checked for update table
         operations.
         
        string etag = 8;
        Specified by:
        getEtagBytes in interface TableOrBuilder
        Returns:
        The bytes for etag.
      • setEtag

        public Table.Builder setEtag​(String value)
         The checksum of a table object computed by the server based on the value of
         other fields. It may be sent on update requests to ensure the client has an
         up-to-date value before proceeding. It is only checked for update table
         operations.
         
        string etag = 8;
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • clearEtag

        public Table.Builder clearEtag()
         The checksum of a table object computed by the server based on the value of
         other fields. It may be sent on update requests to ensure the client has an
         up-to-date value before proceeding. It is only checked for update table
         operations.
         
        string etag = 8;
        Returns:
        This builder for chaining.
      • setEtagBytes

        public Table.Builder setEtagBytes​(com.google.protobuf.ByteString value)
         The checksum of a table object computed by the server based on the value of
         other fields. It may be sent on update requests to ensure the client has an
         up-to-date value before proceeding. It is only checked for update table
         operations.
         
        string etag = 8;
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Table.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>
      • mergeUnknownFields

        public final Table.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Builder>