Class Contact
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.essentialcontacts.v1.Contact
-
- All Implemented Interfaces:
ContactOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Contact extends com.google.protobuf.GeneratedMessageV3 implements ContactOrBuilder
A contact that will receive notifications from Google Cloud.
Protobuf typegoogle.cloud.essentialcontacts.v1.Contact
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Contact.Builder
A contact that will receive notifications from Google Cloud.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
EMAIL_FIELD_NUMBER
static int
LANGUAGE_TAG_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
NOTIFICATION_CATEGORY_SUBSCRIPTIONS_FIELD_NUMBER
static int
VALIDATE_TIME_FIELD_NUMBER
static int
VALIDATION_STATE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static Contact
getDefaultInstance()
Contact
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getEmail()
Required.com.google.protobuf.ByteString
getEmailBytes()
Required.String
getLanguageTag()
Required.com.google.protobuf.ByteString
getLanguageTagBytes()
Required.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.NotificationCategory
getNotificationCategorySubscriptions(int index)
Required.int
getNotificationCategorySubscriptionsCount()
Required.List<NotificationCategory>
getNotificationCategorySubscriptionsList()
Required.int
getNotificationCategorySubscriptionsValue(int index)
Required.List<Integer>
getNotificationCategorySubscriptionsValueList()
Required.com.google.protobuf.Parser<Contact>
getParserForType()
int
getSerializedSize()
com.google.protobuf.Timestamp
getValidateTime()
The last time the validation_state was updated, either manually or automatically.com.google.protobuf.TimestampOrBuilder
getValidateTimeOrBuilder()
The last time the validation_state was updated, either manually or automatically.ValidationState
getValidationState()
The validity of the contact.int
getValidationStateValue()
The validity of the contact.int
hashCode()
boolean
hasValidateTime()
The last time the validation_state was updated, either manually or automatically.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Contact.Builder
newBuilder()
static Contact.Builder
newBuilder(Contact prototype)
Contact.Builder
newBuilderForType()
protected Contact.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Contact
parseDelimitedFrom(InputStream input)
static Contact
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
parseFrom(byte[] data)
static Contact
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
parseFrom(com.google.protobuf.ByteString data)
static Contact
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
parseFrom(com.google.protobuf.CodedInputStream input)
static Contact
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
parseFrom(InputStream input)
static Contact
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
parseFrom(ByteBuffer data)
static Contact
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Contact>
parser()
Contact.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EMAIL_FIELD_NUMBER
public static final int EMAIL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NOTIFICATION_CATEGORY_SUBSCRIPTIONS_FIELD_NUMBER
public static final int NOTIFICATION_CATEGORY_SUBSCRIPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LANGUAGE_TAG_FIELD_NUMBER
public static final int LANGUAGE_TAG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATION_STATE_FIELD_NUMBER
public static final int VALIDATION_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALIDATE_TIME_FIELD_NUMBER
public static final int VALIDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in interfaceContactOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNameBytes
in interfaceContactOrBuilder
- Returns:
- The bytes for name.
-
getEmail
public String getEmail()
Required. The email address to send notifications to. The email address does not need to be a Google Account.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getEmail
in interfaceContactOrBuilder
- Returns:
- The email.
-
getEmailBytes
public com.google.protobuf.ByteString getEmailBytes()
Required. The email address to send notifications to. The email address does not need to be a Google Account.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getEmailBytes
in interfaceContactOrBuilder
- Returns:
- The bytes for email.
-
getNotificationCategorySubscriptionsList
public List<NotificationCategory> getNotificationCategorySubscriptionsList()
Required. The categories of notifications that the contact will receive communications for.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_category_subscriptions = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getNotificationCategorySubscriptionsList
in interfaceContactOrBuilder
- Returns:
- A list containing the notificationCategorySubscriptions.
-
getNotificationCategorySubscriptionsCount
public int getNotificationCategorySubscriptionsCount()
Required. The categories of notifications that the contact will receive communications for.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_category_subscriptions = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getNotificationCategorySubscriptionsCount
in interfaceContactOrBuilder
- Returns:
- The count of notificationCategorySubscriptions.
-
getNotificationCategorySubscriptions
public NotificationCategory getNotificationCategorySubscriptions(int index)
Required. The categories of notifications that the contact will receive communications for.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_category_subscriptions = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getNotificationCategorySubscriptions
in interfaceContactOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The notificationCategorySubscriptions at the given index.
-
getNotificationCategorySubscriptionsValueList
public List<Integer> getNotificationCategorySubscriptionsValueList()
Required. The categories of notifications that the contact will receive communications for.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_category_subscriptions = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getNotificationCategorySubscriptionsValueList
in interfaceContactOrBuilder
- Returns:
- A list containing the enum numeric values on the wire for notificationCategorySubscriptions.
-
getNotificationCategorySubscriptionsValue
public int getNotificationCategorySubscriptionsValue(int index)
Required. The categories of notifications that the contact will receive communications for.
repeated .google.cloud.essentialcontacts.v1.NotificationCategory notification_category_subscriptions = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getNotificationCategorySubscriptionsValue
in interfaceContactOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of notificationCategorySubscriptions at the given index.
-
getLanguageTag
public String getLanguageTag()
Required. The preferred language for notifications, as a ISO 639-1 language code. See [Supported languages](https://cloud.google.com/resource-manager/docs/managing-notification-contacts#supported-languages) for a list of supported languages.
string language_tag = 4 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getLanguageTag
in interfaceContactOrBuilder
- Returns:
- The languageTag.
-
getLanguageTagBytes
public com.google.protobuf.ByteString getLanguageTagBytes()
Required. The preferred language for notifications, as a ISO 639-1 language code. See [Supported languages](https://cloud.google.com/resource-manager/docs/managing-notification-contacts#supported-languages) for a list of supported languages.
string language_tag = 4 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getLanguageTagBytes
in interfaceContactOrBuilder
- Returns:
- The bytes for languageTag.
-
getValidationStateValue
public int getValidationStateValue()
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
.google.cloud.essentialcontacts.v1.ValidationState validation_state = 8;
- Specified by:
getValidationStateValue
in interfaceContactOrBuilder
- Returns:
- The enum numeric value on the wire for validationState.
-
getValidationState
public ValidationState getValidationState()
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
.google.cloud.essentialcontacts.v1.ValidationState validation_state = 8;
- Specified by:
getValidationState
in interfaceContactOrBuilder
- Returns:
- The validationState.
-
hasValidateTime
public boolean hasValidateTime()
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
.google.protobuf.Timestamp validate_time = 9;
- Specified by:
hasValidateTime
in interfaceContactOrBuilder
- Returns:
- Whether the validateTime field is set.
-
getValidateTime
public com.google.protobuf.Timestamp getValidateTime()
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
.google.protobuf.Timestamp validate_time = 9;
- Specified by:
getValidateTime
in interfaceContactOrBuilder
- Returns:
- The validateTime.
-
getValidateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getValidateTimeOrBuilder()
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.
.google.protobuf.Timestamp validate_time = 9;
- Specified by:
getValidateTimeOrBuilder
in interfaceContactOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Contact parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Contact parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Contact parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Contact parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Contact parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Contact parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Contact parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Contact parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Contact parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Contact parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Contact parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Contact parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Contact.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Contact.Builder newBuilder()
-
newBuilder
public static Contact.Builder newBuilder(Contact prototype)
-
toBuilder
public Contact.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Contact.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Contact getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Contact> parser()
-
getParserForType
public com.google.protobuf.Parser<Contact> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Contact getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-