Class UpdateTransferConfigRequest.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<UpdateTransferConfigRequest.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<UpdateTransferConfigRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public UpdateTransferConfigRequest.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<UpdateTransferConfigRequest.Builder>
        Throws:
        IOException
      • hasTransferConfig

        public boolean hasTransferConfig()
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasTransferConfig in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        Whether the transferConfig field is set.
      • getTransferConfig

        public TransferConfig getTransferConfig()
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTransferConfig in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The transferConfig.
      • setTransferConfig

        public UpdateTransferConfigRequest.Builder setTransferConfig​(TransferConfig value)
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • setTransferConfig

        public UpdateTransferConfigRequest.Builder setTransferConfig​(TransferConfig.Builder builderForValue)
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeTransferConfig

        public UpdateTransferConfigRequest.Builder mergeTransferConfig​(TransferConfig value)
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearTransferConfig

        public UpdateTransferConfigRequest.Builder clearTransferConfig()
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • getTransferConfigBuilder

        public TransferConfig.Builder getTransferConfigBuilder()
         Required. Data transfer configuration to create.
         
        .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • getAuthorizationCode

        public String getAuthorizationCode()
         Optional OAuth2 authorization code to use with this transfer configuration.
         This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
         and new credentials are needed, as indicated by `CheckValidCreds`. In order
         to obtain authorization_code, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string authorization_code = 3;
        Specified by:
        getAuthorizationCode in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The authorizationCode.
      • getAuthorizationCodeBytes

        public com.google.protobuf.ByteString getAuthorizationCodeBytes()
         Optional OAuth2 authorization code to use with this transfer configuration.
         This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
         and new credentials are needed, as indicated by `CheckValidCreds`. In order
         to obtain authorization_code, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string authorization_code = 3;
        Specified by:
        getAuthorizationCodeBytes in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The bytes for authorizationCode.
      • setAuthorizationCode

        public UpdateTransferConfigRequest.Builder setAuthorizationCode​(String value)
         Optional OAuth2 authorization code to use with this transfer configuration.
         This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
         and new credentials are needed, as indicated by `CheckValidCreds`. In order
         to obtain authorization_code, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string authorization_code = 3;
        Parameters:
        value - The authorizationCode to set.
        Returns:
        This builder for chaining.
      • clearAuthorizationCode

        public UpdateTransferConfigRequest.Builder clearAuthorizationCode()
         Optional OAuth2 authorization code to use with this transfer configuration.
         This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
         and new credentials are needed, as indicated by `CheckValidCreds`. In order
         to obtain authorization_code, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string authorization_code = 3;
        Returns:
        This builder for chaining.
      • setAuthorizationCodeBytes

        public UpdateTransferConfigRequest.Builder setAuthorizationCodeBytes​(com.google.protobuf.ByteString value)
         Optional OAuth2 authorization code to use with this transfer configuration.
         This is required only if `transferConfig.dataSourceId` is 'youtube_channel'
         and new credentials are needed, as indicated by `CheckValidCreds`. In order
         to obtain authorization_code, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string authorization_code = 3;
        Parameters:
        value - The bytes for authorizationCode to set.
        Returns:
        This builder for chaining.
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateTransferConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateTransferConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateTransferConfigRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateTransferConfigRequest.Builder clearUpdateMask()
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Required list of fields to be updated in this request.
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateTransferConfigRequestOrBuilder
      • getVersionInfo

        public String getVersionInfo()
         Optional version info. This is required only if
         `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials
         are needed, as indicated by `CheckValidCreds`. In order to obtain version
         info, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string version_info = 5;
        Specified by:
        getVersionInfo in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The versionInfo.
      • getVersionInfoBytes

        public com.google.protobuf.ByteString getVersionInfoBytes()
         Optional version info. This is required only if
         `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials
         are needed, as indicated by `CheckValidCreds`. In order to obtain version
         info, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string version_info = 5;
        Specified by:
        getVersionInfoBytes in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The bytes for versionInfo.
      • setVersionInfo

        public UpdateTransferConfigRequest.Builder setVersionInfo​(String value)
         Optional version info. This is required only if
         `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials
         are needed, as indicated by `CheckValidCreds`. In order to obtain version
         info, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string version_info = 5;
        Parameters:
        value - The versionInfo to set.
        Returns:
        This builder for chaining.
      • clearVersionInfo

        public UpdateTransferConfigRequest.Builder clearVersionInfo()
         Optional version info. This is required only if
         `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials
         are needed, as indicated by `CheckValidCreds`. In order to obtain version
         info, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string version_info = 5;
        Returns:
        This builder for chaining.
      • setVersionInfoBytes

        public UpdateTransferConfigRequest.Builder setVersionInfoBytes​(com.google.protobuf.ByteString value)
         Optional version info. This is required only if
         `transferConfig.dataSourceId` is not 'youtube_channel' and new credentials
         are needed, as indicated by `CheckValidCreds`. In order to obtain version
         info, make a request to the following URL:
         <pre class="prettyprint" suppresswarning="true">
         https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
         </pre>
         * The <var>client_id</var> is the OAuth client_id of the a data source as
         returned by ListDataSources method.
         * <var>data_source_scopes</var> are the scopes returned by ListDataSources
         method.
        
         Note that this should not be set when `service_account_name` is used to
         update the transfer config.
         
        string version_info = 5;
        Parameters:
        value - The bytes for versionInfo to set.
        Returns:
        This builder for chaining.
      • getServiceAccountName

        public String getServiceAccountName()
         Optional service account email. If this field is set, the transfer config
         will be created with this service account's credentials. It requires that
         the requesting user calling this API has permissions to act as this service
         account.
        
         Note that not all data sources support service account credentials when
         creating a transfer config. For the latest list of data sources, read about
         [using service
         accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
         
        string service_account_name = 6;
        Specified by:
        getServiceAccountName in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The serviceAccountName.
      • getServiceAccountNameBytes

        public com.google.protobuf.ByteString getServiceAccountNameBytes()
         Optional service account email. If this field is set, the transfer config
         will be created with this service account's credentials. It requires that
         the requesting user calling this API has permissions to act as this service
         account.
        
         Note that not all data sources support service account credentials when
         creating a transfer config. For the latest list of data sources, read about
         [using service
         accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
         
        string service_account_name = 6;
        Specified by:
        getServiceAccountNameBytes in interface UpdateTransferConfigRequestOrBuilder
        Returns:
        The bytes for serviceAccountName.
      • setServiceAccountName

        public UpdateTransferConfigRequest.Builder setServiceAccountName​(String value)
         Optional service account email. If this field is set, the transfer config
         will be created with this service account's credentials. It requires that
         the requesting user calling this API has permissions to act as this service
         account.
        
         Note that not all data sources support service account credentials when
         creating a transfer config. For the latest list of data sources, read about
         [using service
         accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
         
        string service_account_name = 6;
        Parameters:
        value - The serviceAccountName to set.
        Returns:
        This builder for chaining.
      • clearServiceAccountName

        public UpdateTransferConfigRequest.Builder clearServiceAccountName()
         Optional service account email. If this field is set, the transfer config
         will be created with this service account's credentials. It requires that
         the requesting user calling this API has permissions to act as this service
         account.
        
         Note that not all data sources support service account credentials when
         creating a transfer config. For the latest list of data sources, read about
         [using service
         accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
         
        string service_account_name = 6;
        Returns:
        This builder for chaining.
      • setServiceAccountNameBytes

        public UpdateTransferConfigRequest.Builder setServiceAccountNameBytes​(com.google.protobuf.ByteString value)
         Optional service account email. If this field is set, the transfer config
         will be created with this service account's credentials. It requires that
         the requesting user calling this API has permissions to act as this service
         account.
        
         Note that not all data sources support service account credentials when
         creating a transfer config. For the latest list of data sources, read about
         [using service
         accounts](https://cloud.google.com/bigquery-transfer/docs/use-service-accounts).
         
        string service_account_name = 6;
        Parameters:
        value - The bytes for serviceAccountName to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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