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 EmailPreferencesEmailPreferences.Builder. build()EmailPreferencesEmailPreferences.Builder. buildPartial()static EmailPreferencesEmailPreferences. getDefaultInstance()EmailPreferencesEmailPreferences.Builder. getDefaultInstanceForType()EmailPreferencesEmailPreferences. getDefaultInstanceForType()EmailPreferencesTransferConfig.Builder. getEmailPreferences()Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.EmailPreferencesTransferConfig. getEmailPreferences()Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.EmailPreferencesTransferConfigOrBuilder. getEmailPreferences()Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config.EmailPreferencesTransferRun.Builder. getEmailPreferences()Output only.EmailPreferencesTransferRun. getEmailPreferences()Output only.EmailPreferencesTransferRunOrBuilder. getEmailPreferences()Output only.static EmailPreferencesEmailPreferences. parseDelimitedFrom(InputStream input)static EmailPreferencesEmailPreferences. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EmailPreferencesEmailPreferences. parseFrom(byte[] data)static EmailPreferencesEmailPreferences. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EmailPreferencesEmailPreferences. parseFrom(com.google.protobuf.ByteString data)static EmailPreferencesEmailPreferences. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EmailPreferencesEmailPreferences. parseFrom(com.google.protobuf.CodedInputStream input)static EmailPreferencesEmailPreferences. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EmailPreferencesEmailPreferences. parseFrom(InputStream input)static EmailPreferencesEmailPreferences. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EmailPreferencesEmailPreferences. parseFrom(ByteBuffer data)static EmailPreferencesEmailPreferences. 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.BuilderTransferConfig.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.BuilderTransferRun.Builder. mergeEmailPreferences(EmailPreferences value)Output only.EmailPreferences.BuilderEmailPreferences.Builder. mergeFrom(EmailPreferences other)static EmailPreferences.BuilderEmailPreferences. newBuilder(EmailPreferences prototype)TransferConfig.BuilderTransferConfig.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.BuilderTransferRun.Builder. setEmailPreferences(EmailPreferences value)Output only.
-