public static final class AlertConfig.AlertPolicy.Recipient.Builder extends GeneratedMessageV3.Builder<AlertConfig.AlertPolicy.Recipient.Builder> implements AlertConfig.AlertPolicy.RecipientOrBuilder
Recipient contact information.
Protobuf type google.cloud.retail.v2alpha.AlertConfig.AlertPolicy.Recipient
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AlertConfig.AlertPolicy.Recipient.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AlertConfig.AlertPolicy.Recipient build()
buildPartial()
public AlertConfig.AlertPolicy.Recipient buildPartial()
clear()
public AlertConfig.AlertPolicy.Recipient.Builder clear()
Overrides
clearEmailAddress()
public AlertConfig.AlertPolicy.Recipient.Builder clearEmailAddress()
Email address of the recipient.
string email_address = 1;
clearField(Descriptors.FieldDescriptor field)
public AlertConfig.AlertPolicy.Recipient.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AlertConfig.AlertPolicy.Recipient.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AlertConfig.AlertPolicy.Recipient.Builder clone()
Overrides
getDefaultInstanceForType()
public AlertConfig.AlertPolicy.Recipient getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEmailAddress()
public String getEmailAddress()
Email address of the recipient.
string email_address = 1;
Returns |
Type |
Description |
String |
The emailAddress.
|
getEmailAddressBytes()
public ByteString getEmailAddressBytes()
Email address of the recipient.
string email_address = 1;
Returns |
Type |
Description |
ByteString |
The bytes for emailAddress.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AlertConfig.AlertPolicy.Recipient other)
public AlertConfig.AlertPolicy.Recipient.Builder mergeFrom(AlertConfig.AlertPolicy.Recipient other)
public AlertConfig.AlertPolicy.Recipient.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AlertConfig.AlertPolicy.Recipient.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AlertConfig.AlertPolicy.Recipient.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEmailAddress(String value)
public AlertConfig.AlertPolicy.Recipient.Builder setEmailAddress(String value)
Email address of the recipient.
string email_address = 1;
Parameter |
Name |
Description |
value |
String
The emailAddress to set.
|
setEmailAddressBytes(ByteString value)
public AlertConfig.AlertPolicy.Recipient.Builder setEmailAddressBytes(ByteString value)
Email address of the recipient.
string email_address = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for emailAddress to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public AlertConfig.AlertPolicy.Recipient.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AlertConfig.AlertPolicy.Recipient.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AlertConfig.AlertPolicy.Recipient.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides