Class IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder

    • 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<IamPolicyAnalysisOutputConfig.BigQueryDestination.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<IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder>
      • getDefaultInstanceForType

        public IamPolicyAnalysisOutputConfig.BigQueryDestination getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • buildPartial

        public IamPolicyAnalysisOutputConfig.BigQueryDestination buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • getDataset

        public String getDataset()
         Required. The BigQuery dataset in format
         "projects/projectId/datasets/datasetId", to which the analysis results
         should be exported. If this dataset does not exist, the export call will
         return an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDataset in interface IamPolicyAnalysisOutputConfig.BigQueryDestinationOrBuilder
        Returns:
        The dataset.
      • getDatasetBytes

        public com.google.protobuf.ByteString getDatasetBytes()
         Required. The BigQuery dataset in format
         "projects/projectId/datasets/datasetId", to which the analysis results
         should be exported. If this dataset does not exist, the export call will
         return an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDatasetBytes in interface IamPolicyAnalysisOutputConfig.BigQueryDestinationOrBuilder
        Returns:
        The bytes for dataset.
      • setDataset

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setDataset​(String value)
         Required. The BigQuery dataset in format
         "projects/projectId/datasets/datasetId", to which the analysis results
         should be exported. If this dataset does not exist, the export call will
         return an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The dataset to set.
        Returns:
        This builder for chaining.
      • clearDataset

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder clearDataset()
         Required. The BigQuery dataset in format
         "projects/projectId/datasets/datasetId", to which the analysis results
         should be exported. If this dataset does not exist, the export call will
         return an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDatasetBytes

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setDatasetBytes​(com.google.protobuf.ByteString value)
         Required. The BigQuery dataset in format
         "projects/projectId/datasets/datasetId", to which the analysis results
         should be exported. If this dataset does not exist, the export call will
         return an INVALID_ARGUMENT error.
         
        string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for dataset to set.
        Returns:
        This builder for chaining.
      • getTablePrefix

        public String getTablePrefix()
         Required. The prefix of the BigQuery tables to which the analysis results
         will be written. Tables will be created based on this table_prefix if not
         exist:
         * <table_prefix>_analysis table will contain export operation's metadata.
         * <table_prefix>_analysis_result will contain all the
           [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
         When [partition_key] is specified, both tables will be partitioned based
         on the [partition_key].
         
        string table_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTablePrefix in interface IamPolicyAnalysisOutputConfig.BigQueryDestinationOrBuilder
        Returns:
        The tablePrefix.
      • getTablePrefixBytes

        public com.google.protobuf.ByteString getTablePrefixBytes()
         Required. The prefix of the BigQuery tables to which the analysis results
         will be written. Tables will be created based on this table_prefix if not
         exist:
         * <table_prefix>_analysis table will contain export operation's metadata.
         * <table_prefix>_analysis_result will contain all the
           [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
         When [partition_key] is specified, both tables will be partitioned based
         on the [partition_key].
         
        string table_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTablePrefixBytes in interface IamPolicyAnalysisOutputConfig.BigQueryDestinationOrBuilder
        Returns:
        The bytes for tablePrefix.
      • setTablePrefix

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setTablePrefix​(String value)
         Required. The prefix of the BigQuery tables to which the analysis results
         will be written. Tables will be created based on this table_prefix if not
         exist:
         * <table_prefix>_analysis table will contain export operation's metadata.
         * <table_prefix>_analysis_result will contain all the
           [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
         When [partition_key] is specified, both tables will be partitioned based
         on the [partition_key].
         
        string table_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The tablePrefix to set.
        Returns:
        This builder for chaining.
      • clearTablePrefix

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder clearTablePrefix()
         Required. The prefix of the BigQuery tables to which the analysis results
         will be written. Tables will be created based on this table_prefix if not
         exist:
         * <table_prefix>_analysis table will contain export operation's metadata.
         * <table_prefix>_analysis_result will contain all the
           [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
         When [partition_key] is specified, both tables will be partitioned based
         on the [partition_key].
         
        string table_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setTablePrefixBytes

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setTablePrefixBytes​(com.google.protobuf.ByteString value)
         Required. The prefix of the BigQuery tables to which the analysis results
         will be written. Tables will be created based on this table_prefix if not
         exist:
         * <table_prefix>_analysis table will contain export operation's metadata.
         * <table_prefix>_analysis_result will contain all the
           [IamPolicyAnalysisResult][google.cloud.asset.v1.IamPolicyAnalysisResult].
         When [partition_key] is specified, both tables will be partitioned based
         on the [partition_key].
         
        string table_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for tablePrefix to set.
        Returns:
        This builder for chaining.
      • setPartitionKeyValue

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setPartitionKeyValue​(int value)
         The partition key for BigQuery partitioned table.
         
        .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination.PartitionKey partition_key = 3;
        Parameters:
        value - The enum numeric value on the wire for partitionKey to set.
        Returns:
        This builder for chaining.
      • clearPartitionKey

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder clearPartitionKey()
         The partition key for BigQuery partitioned table.
         
        .google.cloud.asset.v1.IamPolicyAnalysisOutputConfig.BigQueryDestination.PartitionKey partition_key = 3;
        Returns:
        This builder for chaining.
      • getWriteDisposition

        public String getWriteDisposition()
         Optional. Specifies the action that occurs if the destination table or
         partition already exists. The following values are supported:
        
         * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
         overwrites the entire table or all the partitions data.
         * WRITE_APPEND: If the table or partition already exists, BigQuery
         appends the data to the table or the latest partition.
         * WRITE_EMPTY: If the table already exists and contains data, an error is
         returned.
        
         The default value is WRITE_APPEND. Each action is atomic and only occurs
         if BigQuery is able to complete the job successfully. Details are at
         https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
         
        string write_disposition = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getWriteDisposition in interface IamPolicyAnalysisOutputConfig.BigQueryDestinationOrBuilder
        Returns:
        The writeDisposition.
      • getWriteDispositionBytes

        public com.google.protobuf.ByteString getWriteDispositionBytes()
         Optional. Specifies the action that occurs if the destination table or
         partition already exists. The following values are supported:
        
         * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
         overwrites the entire table or all the partitions data.
         * WRITE_APPEND: If the table or partition already exists, BigQuery
         appends the data to the table or the latest partition.
         * WRITE_EMPTY: If the table already exists and contains data, an error is
         returned.
        
         The default value is WRITE_APPEND. Each action is atomic and only occurs
         if BigQuery is able to complete the job successfully. Details are at
         https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
         
        string write_disposition = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getWriteDispositionBytes in interface IamPolicyAnalysisOutputConfig.BigQueryDestinationOrBuilder
        Returns:
        The bytes for writeDisposition.
      • setWriteDisposition

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setWriteDisposition​(String value)
         Optional. Specifies the action that occurs if the destination table or
         partition already exists. The following values are supported:
        
         * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
         overwrites the entire table or all the partitions data.
         * WRITE_APPEND: If the table or partition already exists, BigQuery
         appends the data to the table or the latest partition.
         * WRITE_EMPTY: If the table already exists and contains data, an error is
         returned.
        
         The default value is WRITE_APPEND. Each action is atomic and only occurs
         if BigQuery is able to complete the job successfully. Details are at
         https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
         
        string write_disposition = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The writeDisposition to set.
        Returns:
        This builder for chaining.
      • clearWriteDisposition

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder clearWriteDisposition()
         Optional. Specifies the action that occurs if the destination table or
         partition already exists. The following values are supported:
        
         * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
         overwrites the entire table or all the partitions data.
         * WRITE_APPEND: If the table or partition already exists, BigQuery
         appends the data to the table or the latest partition.
         * WRITE_EMPTY: If the table already exists and contains data, an error is
         returned.
        
         The default value is WRITE_APPEND. Each action is atomic and only occurs
         if BigQuery is able to complete the job successfully. Details are at
         https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
         
        string write_disposition = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setWriteDispositionBytes

        public IamPolicyAnalysisOutputConfig.BigQueryDestination.Builder setWriteDispositionBytes​(com.google.protobuf.ByteString value)
         Optional. Specifies the action that occurs if the destination table or
         partition already exists. The following values are supported:
        
         * WRITE_TRUNCATE: If the table or partition already exists, BigQuery
         overwrites the entire table or all the partitions data.
         * WRITE_APPEND: If the table or partition already exists, BigQuery
         appends the data to the table or the latest partition.
         * WRITE_EMPTY: If the table already exists and contains data, an error is
         returned.
        
         The default value is WRITE_APPEND. Each action is atomic and only occurs
         if BigQuery is able to complete the job successfully. Details are at
         https://cloud.google.com/bigquery/docs/loading-data-local#appending_to_or_overwriting_a_table_using_a_local_file.
         
        string write_disposition = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for writeDisposition to set.
        Returns:
        This builder for chaining.