Class BigQueryExport.Builder

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

    public static final class BigQueryExport.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<BigQueryExport.Builder>
    implements BigQueryExportOrBuilder
     Configures how to deliver Findings to BigQuery Instance.
     
    Protobuf type google.cloud.securitycenter.v1.BigQueryExport
    • 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<BigQueryExport.Builder>
      • clear

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

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

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

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

        public BigQueryExport.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<BigQueryExport.Builder>
      • setField

        public BigQueryExport.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<BigQueryExport.Builder>
      • clearField

        public BigQueryExport.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<BigQueryExport.Builder>
      • clearOneof

        public BigQueryExport.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<BigQueryExport.Builder>
      • setRepeatedField

        public BigQueryExport.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<BigQueryExport.Builder>
      • addRepeatedField

        public BigQueryExport.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<BigQueryExport.Builder>
      • mergeFrom

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

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

        public BigQueryExport.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<BigQueryExport.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The relative resource name of this export. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name.
         Example format:
         "organizations/{organization_id}/bigQueryExports/{export_id}" Example
         format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format:
         "projects/{project_id}/bigQueryExports/{export_id}"
         This field is provided in responses, and is ignored when provided in create
         requests.
         
        string name = 1;
        Specified by:
        getName in interface BigQueryExportOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The relative resource name of this export. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name.
         Example format:
         "organizations/{organization_id}/bigQueryExports/{export_id}" Example
         format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format:
         "projects/{project_id}/bigQueryExports/{export_id}"
         This field is provided in responses, and is ignored when provided in create
         requests.
         
        string name = 1;
        Specified by:
        getNameBytes in interface BigQueryExportOrBuilder
        Returns:
        The bytes for name.
      • setName

        public BigQueryExport.Builder setName​(String value)
         The relative resource name of this export. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name.
         Example format:
         "organizations/{organization_id}/bigQueryExports/{export_id}" Example
         format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format:
         "projects/{project_id}/bigQueryExports/{export_id}"
         This field is provided in responses, and is ignored when provided in create
         requests.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public BigQueryExport.Builder clearName()
         The relative resource name of this export. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name.
         Example format:
         "organizations/{organization_id}/bigQueryExports/{export_id}" Example
         format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format:
         "projects/{project_id}/bigQueryExports/{export_id}"
         This field is provided in responses, and is ignored when provided in create
         requests.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public BigQueryExport.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The relative resource name of this export. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name.
         Example format:
         "organizations/{organization_id}/bigQueryExports/{export_id}" Example
         format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format:
         "projects/{project_id}/bigQueryExports/{export_id}"
         This field is provided in responses, and is ignored when provided in create
         requests.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         The description of the export (max of 1024 characters).
         
        string description = 2;
        Specified by:
        getDescription in interface BigQueryExportOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         The description of the export (max of 1024 characters).
         
        string description = 2;
        Specified by:
        getDescriptionBytes in interface BigQueryExportOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public BigQueryExport.Builder setDescription​(String value)
         The description of the export (max of 1024 characters).
         
        string description = 2;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public BigQueryExport.Builder clearDescription()
         The description of the export (max of 1024 characters).
         
        string description = 2;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public BigQueryExport.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         The description of the export (max of 1024 characters).
         
        string description = 2;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Expression that defines the filter to apply across create/update events
         of findings. The expression is a list of zero or more restrictions combined
         via logical operators `AND` and `OR`. Parentheses are supported, and `OR`
         has higher precedence than `AND`.
        
         Restrictions have the form `<field> <operator> <value>` and may have a
         `-` character in front of them to indicate negation. The fields map to
         those defined in the corresponding resource.
        
         The supported operators are:
        
         * `=` for all value types.
         * `>`, `<`, `>=`, `<=` for integer values.
         * `:`, meaning substring matching, for strings.
        
         The supported value types are:
        
         * string literals in quotes.
         * integer literals without quotes.
         * boolean literals `true` and `false` without quotes.
         
        string filter = 3;
        Specified by:
        getFilter in interface BigQueryExportOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Expression that defines the filter to apply across create/update events
         of findings. The expression is a list of zero or more restrictions combined
         via logical operators `AND` and `OR`. Parentheses are supported, and `OR`
         has higher precedence than `AND`.
        
         Restrictions have the form `<field> <operator> <value>` and may have a
         `-` character in front of them to indicate negation. The fields map to
         those defined in the corresponding resource.
        
         The supported operators are:
        
         * `=` for all value types.
         * `>`, `<`, `>=`, `<=` for integer values.
         * `:`, meaning substring matching, for strings.
        
         The supported value types are:
        
         * string literals in quotes.
         * integer literals without quotes.
         * boolean literals `true` and `false` without quotes.
         
        string filter = 3;
        Specified by:
        getFilterBytes in interface BigQueryExportOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public BigQueryExport.Builder setFilter​(String value)
         Expression that defines the filter to apply across create/update events
         of findings. The expression is a list of zero or more restrictions combined
         via logical operators `AND` and `OR`. Parentheses are supported, and `OR`
         has higher precedence than `AND`.
        
         Restrictions have the form `<field> <operator> <value>` and may have a
         `-` character in front of them to indicate negation. The fields map to
         those defined in the corresponding resource.
        
         The supported operators are:
        
         * `=` for all value types.
         * `>`, `<`, `>=`, `<=` for integer values.
         * `:`, meaning substring matching, for strings.
        
         The supported value types are:
        
         * string literals in quotes.
         * integer literals without quotes.
         * boolean literals `true` and `false` without quotes.
         
        string filter = 3;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public BigQueryExport.Builder clearFilter()
         Expression that defines the filter to apply across create/update events
         of findings. The expression is a list of zero or more restrictions combined
         via logical operators `AND` and `OR`. Parentheses are supported, and `OR`
         has higher precedence than `AND`.
        
         Restrictions have the form `<field> <operator> <value>` and may have a
         `-` character in front of them to indicate negation. The fields map to
         those defined in the corresponding resource.
        
         The supported operators are:
        
         * `=` for all value types.
         * `>`, `<`, `>=`, `<=` for integer values.
         * `:`, meaning substring matching, for strings.
        
         The supported value types are:
        
         * string literals in quotes.
         * integer literals without quotes.
         * boolean literals `true` and `false` without quotes.
         
        string filter = 3;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public BigQueryExport.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Expression that defines the filter to apply across create/update events
         of findings. The expression is a list of zero or more restrictions combined
         via logical operators `AND` and `OR`. Parentheses are supported, and `OR`
         has higher precedence than `AND`.
        
         Restrictions have the form `<field> <operator> <value>` and may have a
         `-` character in front of them to indicate negation. The fields map to
         those defined in the corresponding resource.
        
         The supported operators are:
        
         * `=` for all value types.
         * `>`, `<`, `>=`, `<=` for integer values.
         * `:`, meaning substring matching, for strings.
        
         The supported value types are:
        
         * string literals in quotes.
         * integer literals without quotes.
         * boolean literals `true` and `false` without quotes.
         
        string filter = 3;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getDataset

        public String getDataset()
         The dataset to write findings' updates to. Its format is
         "projects/[project_id]/datasets/[bigquery_dataset_id]".
         BigQuery Dataset unique ID  must contain only letters (a-z, A-Z), numbers
         (0-9), or underscores (_).
         
        string dataset = 4;
        Specified by:
        getDataset in interface BigQueryExportOrBuilder
        Returns:
        The dataset.
      • getDatasetBytes

        public com.google.protobuf.ByteString getDatasetBytes()
         The dataset to write findings' updates to. Its format is
         "projects/[project_id]/datasets/[bigquery_dataset_id]".
         BigQuery Dataset unique ID  must contain only letters (a-z, A-Z), numbers
         (0-9), or underscores (_).
         
        string dataset = 4;
        Specified by:
        getDatasetBytes in interface BigQueryExportOrBuilder
        Returns:
        The bytes for dataset.
      • setDataset

        public BigQueryExport.Builder setDataset​(String value)
         The dataset to write findings' updates to. Its format is
         "projects/[project_id]/datasets/[bigquery_dataset_id]".
         BigQuery Dataset unique ID  must contain only letters (a-z, A-Z), numbers
         (0-9), or underscores (_).
         
        string dataset = 4;
        Parameters:
        value - The dataset to set.
        Returns:
        This builder for chaining.
      • clearDataset

        public BigQueryExport.Builder clearDataset()
         The dataset to write findings' updates to. Its format is
         "projects/[project_id]/datasets/[bigquery_dataset_id]".
         BigQuery Dataset unique ID  must contain only letters (a-z, A-Z), numbers
         (0-9), or underscores (_).
         
        string dataset = 4;
        Returns:
        This builder for chaining.
      • setDatasetBytes

        public BigQueryExport.Builder setDatasetBytes​(com.google.protobuf.ByteString value)
         The dataset to write findings' updates to. Its format is
         "projects/[project_id]/datasets/[bigquery_dataset_id]".
         BigQuery Dataset unique ID  must contain only letters (a-z, A-Z), numbers
         (0-9), or underscores (_).
         
        string dataset = 4;
        Parameters:
        value - The bytes for dataset to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface BigQueryExportOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface BigQueryExportOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public BigQueryExport.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public BigQueryExport.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public BigQueryExport.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public BigQueryExport.Builder clearCreateTime()
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time at which the BigQuery export was created.
         This field is set by the server and will be ignored if provided on export
         on creation.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface BigQueryExportOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface BigQueryExportOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface BigQueryExportOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public BigQueryExport.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public BigQueryExport.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public BigQueryExport.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public BigQueryExport.Builder clearUpdateTime()
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The most recent time at which the BigQuery export was updated.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface BigQueryExportOrBuilder
      • getMostRecentEditor

        public String getMostRecentEditor()
         Output only. Email address of the user who last edited the BigQuery export.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMostRecentEditor in interface BigQueryExportOrBuilder
        Returns:
        The mostRecentEditor.
      • getMostRecentEditorBytes

        public com.google.protobuf.ByteString getMostRecentEditorBytes()
         Output only. Email address of the user who last edited the BigQuery export.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMostRecentEditorBytes in interface BigQueryExportOrBuilder
        Returns:
        The bytes for mostRecentEditor.
      • setMostRecentEditor

        public BigQueryExport.Builder setMostRecentEditor​(String value)
         Output only. Email address of the user who last edited the BigQuery export.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The mostRecentEditor to set.
        Returns:
        This builder for chaining.
      • clearMostRecentEditor

        public BigQueryExport.Builder clearMostRecentEditor()
         Output only. Email address of the user who last edited the BigQuery export.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setMostRecentEditorBytes

        public BigQueryExport.Builder setMostRecentEditorBytes​(com.google.protobuf.ByteString value)
         Output only. Email address of the user who last edited the BigQuery export.
         This field is set by the server and will be ignored if provided on export
         creation or update.
         
        string most_recent_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for mostRecentEditor to set.
        Returns:
        This builder for chaining.
      • getPrincipal

        public String getPrincipal()
         Output only. The service account that needs permission to create table and
         upload data to the BigQuery dataset.
         
        string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPrincipal in interface BigQueryExportOrBuilder
        Returns:
        The principal.
      • getPrincipalBytes

        public com.google.protobuf.ByteString getPrincipalBytes()
         Output only. The service account that needs permission to create table and
         upload data to the BigQuery dataset.
         
        string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPrincipalBytes in interface BigQueryExportOrBuilder
        Returns:
        The bytes for principal.
      • setPrincipal

        public BigQueryExport.Builder setPrincipal​(String value)
         Output only. The service account that needs permission to create table and
         upload data to the BigQuery dataset.
         
        string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The principal to set.
        Returns:
        This builder for chaining.
      • clearPrincipal

        public BigQueryExport.Builder clearPrincipal()
         Output only. The service account that needs permission to create table and
         upload data to the BigQuery dataset.
         
        string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setPrincipalBytes

        public BigQueryExport.Builder setPrincipalBytes​(com.google.protobuf.ByteString value)
         Output only. The service account that needs permission to create table and
         upload data to the BigQuery dataset.
         
        string principal = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for principal to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final BigQueryExport.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<BigQueryExport.Builder>
      • mergeUnknownFields

        public final BigQueryExport.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<BigQueryExport.Builder>