| Modifier and Type | Method and Description |
|---|---|
EmailPreferences |
EmailPreferences.Builder.build() |
EmailPreferences |
EmailPreferences.Builder.buildPartial() |
static EmailPreferences |
EmailPreferences.getDefaultInstance() |
EmailPreferences |
EmailPreferences.getDefaultInstanceForType() |
EmailPreferences |
EmailPreferences.Builder.getDefaultInstanceForType() |
EmailPreferences |
TransferRun.getEmailPreferences()
Output only.
|
EmailPreferences |
TransferRun.Builder.getEmailPreferences()
Output only.
|
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 |
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 |
TransferRunOrBuilder.getEmailPreferences()
Output only.
|
EmailPreferences |
TransferConfigOrBuilder.getEmailPreferences()
Email notifications will be sent according to these preferences
to the email address of the user who owns this transfer config.
|
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(ByteBuffer data) |
static EmailPreferences |
EmailPreferences.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EmailPreferences> |
EmailPreferences.getParserForType() |
static com.google.protobuf.Parser<EmailPreferences> |
EmailPreferences.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransferRun.Builder |
TransferRun.Builder.mergeEmailPreferences(EmailPreferences value)
Output only.
|
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.
|
EmailPreferences.Builder |
EmailPreferences.Builder.mergeFrom(EmailPreferences other) |
static EmailPreferences.Builder |
EmailPreferences.newBuilder(EmailPreferences prototype) |
TransferRun.Builder |
TransferRun.Builder.setEmailPreferences(EmailPreferences value)
Output only.
|
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.
|
Copyright © 2023 Google LLC. All rights reserved.