Uses of Class
com.google.cloud.bigquery.datatransfer.v1.EmailPreferences
-
Packages that use EmailPreferences Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of EmailPreferences in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return EmailPreferences Modifier and Type Method Description EmailPreferences
EmailPreferences.Builder. build()
EmailPreferences
EmailPreferences.Builder. buildPartial()
static EmailPreferences
EmailPreferences. getDefaultInstance()
EmailPreferences
EmailPreferences.Builder. getDefaultInstanceForType()
EmailPreferences
EmailPreferences. getDefaultInstanceForType()
EmailPreferences
TransferConfig.Builder. getEmailPreferences()
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.EmailPreferences
TransferConfig. getEmailPreferences()
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.EmailPreferences
TransferConfigOrBuilder. getEmailPreferences()
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.EmailPreferences
TransferRun.Builder. getEmailPreferences()
Output only.EmailPreferences
TransferRun. getEmailPreferences()
Output only.EmailPreferences
TransferRunOrBuilder. getEmailPreferences()
Output only.static EmailPreferences
EmailPreferences. parseDelimitedFrom(InputStream input)
static EmailPreferences
EmailPreferences. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EmailPreferences
EmailPreferences. parseFrom(byte[] data)
static EmailPreferences
EmailPreferences. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EmailPreferences
EmailPreferences. parseFrom(com.google.protobuf.ByteString data)
static EmailPreferences
EmailPreferences. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EmailPreferences
EmailPreferences. parseFrom(com.google.protobuf.CodedInputStream input)
static EmailPreferences
EmailPreferences. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EmailPreferences
EmailPreferences. parseFrom(InputStream input)
static EmailPreferences
EmailPreferences. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EmailPreferences
EmailPreferences. parseFrom(ByteBuffer data)
static EmailPreferences
EmailPreferences. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type EmailPreferences Modifier and Type Method Description com.google.protobuf.Parser<EmailPreferences>
EmailPreferences. getParserForType()
static com.google.protobuf.Parser<EmailPreferences>
EmailPreferences. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type EmailPreferences Modifier and Type Method Description TransferConfig.Builder
TransferConfig.Builder. mergeEmailPreferences(EmailPreferences value)
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.TransferRun.Builder
TransferRun.Builder. mergeEmailPreferences(EmailPreferences value)
Output only.EmailPreferences.Builder
EmailPreferences.Builder. mergeFrom(EmailPreferences other)
static EmailPreferences.Builder
EmailPreferences. newBuilder(EmailPreferences prototype)
TransferConfig.Builder
TransferConfig.Builder. setEmailPreferences(EmailPreferences value)
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.TransferRun.Builder
TransferRun.Builder. setEmailPreferences(EmailPreferences value)
Output only.
-