Class Contact.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
- com.google.cloud.essentialcontacts.v1.Contact.Builder
-
- All Implemented Interfaces:
ContactOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Contact
public static final class Contact.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder> implements ContactOrBuilder
A contact that will receive notifications from Google Cloud.
Protobuf typegoogle.cloud.essentialcontacts.v1.Contact
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Contact.Builder
addAllNotificationCategorySubscriptions(Iterable<? extends NotificationCategory> values)
Required.Contact.Builder
addAllNotificationCategorySubscriptionsValue(Iterable<Integer> values)
Required.Contact.Builder
addNotificationCategorySubscriptions(NotificationCategory value)
Required.Contact.Builder
addNotificationCategorySubscriptionsValue(int value)
Required.Contact.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Contact
build()
Contact
buildPartial()
Contact.Builder
clear()
Contact.Builder
clearEmail()
Required.Contact.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Contact.Builder
clearLanguageTag()
Required.Contact.Builder
clearName()
Output only.Contact.Builder
clearNotificationCategorySubscriptions()
Required.Contact.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Contact.Builder
clearValidateTime()
The last time the validation_state was updated, either manually or automatically.Contact.Builder
clearValidationState()
The validity of the contact.Contact.Builder
clone()
Contact
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
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.Timestamp
getValidateTime()
The last time the validation_state was updated, either manually or automatically.com.google.protobuf.Timestamp.Builder
getValidateTimeBuilder()
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.boolean
hasValidateTime()
The last time the validation_state was updated, either manually or automatically.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Contact.Builder
mergeFrom(Contact other)
Contact.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Contact.Builder
mergeFrom(com.google.protobuf.Message other)
Contact.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Contact.Builder
mergeValidateTime(com.google.protobuf.Timestamp value)
The last time the validation_state was updated, either manually or automatically.Contact.Builder
setEmail(String value)
Required.Contact.Builder
setEmailBytes(com.google.protobuf.ByteString value)
Required.Contact.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Contact.Builder
setLanguageTag(String value)
Required.Contact.Builder
setLanguageTagBytes(com.google.protobuf.ByteString value)
Required.Contact.Builder
setName(String value)
Output only.Contact.Builder
setNameBytes(com.google.protobuf.ByteString value)
Output only.Contact.Builder
setNotificationCategorySubscriptions(int index, NotificationCategory value)
Required.Contact.Builder
setNotificationCategorySubscriptionsValue(int index, int value)
Required.Contact.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Contact.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Contact.Builder
setValidateTime(com.google.protobuf.Timestamp value)
The last time the validation_state was updated, either manually or automatically.Contact.Builder
setValidateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The last time the validation_state was updated, either manually or automatically.Contact.Builder
setValidationState(ValidationState value)
The validity of the contact.Contact.Builder
setValidationStateValue(int value)
The validity of the contact.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<Contact.Builder>
-
clear
public Contact.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
getDefaultInstanceForType
public Contact getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Contact build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Contact buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Contact.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
setField
public Contact.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
clearField
public Contact.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
clearOneof
public Contact.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
setRepeatedField
public Contact.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
addRepeatedField
public Contact.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
mergeFrom
public Contact.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Contact.Builder>
-
mergeFrom
public Contact.Builder mergeFrom(Contact other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
mergeFrom
public Contact.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Contact.Builder>
- Throws:
IOException
-
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.
-
setName
public Contact.Builder setName(String value)
Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Contact.Builder clearName()
Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setNameBytes
public Contact.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
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.
-
setEmail
public Contact.Builder setEmail(String value)
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];
- Parameters:
value
- The email to set.- Returns:
- This builder for chaining.
-
clearEmail
public Contact.Builder clearEmail()
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];
- Returns:
- This builder for chaining.
-
setEmailBytes
public Contact.Builder setEmailBytes(com.google.protobuf.ByteString value)
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];
- Parameters:
value
- The bytes for email to set.- Returns:
- This builder for chaining.
-
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.
-
setNotificationCategorySubscriptions
public Contact.Builder setNotificationCategorySubscriptions(int index, NotificationCategory value)
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];
- Parameters:
index
- The index to set the value at.value
- The notificationCategorySubscriptions to set.- Returns:
- This builder for chaining.
-
addNotificationCategorySubscriptions
public Contact.Builder addNotificationCategorySubscriptions(NotificationCategory value)
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];
- Parameters:
value
- The notificationCategorySubscriptions to add.- Returns:
- This builder for chaining.
-
addAllNotificationCategorySubscriptions
public Contact.Builder addAllNotificationCategorySubscriptions(Iterable<? extends NotificationCategory> values)
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];
- Parameters:
values
- The notificationCategorySubscriptions to add.- Returns:
- This builder for chaining.
-
clearNotificationCategorySubscriptions
public Contact.Builder clearNotificationCategorySubscriptions()
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];
- Returns:
- This builder for chaining.
-
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.
-
setNotificationCategorySubscriptionsValue
public Contact.Builder setNotificationCategorySubscriptionsValue(int index, int value)
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];
- Parameters:
index
- The index to set the value at.value
- The enum numeric value on the wire for notificationCategorySubscriptions to set.- Returns:
- This builder for chaining.
-
addNotificationCategorySubscriptionsValue
public Contact.Builder addNotificationCategorySubscriptionsValue(int value)
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];
- Parameters:
value
- The enum numeric value on the wire for notificationCategorySubscriptions to add.- Returns:
- This builder for chaining.
-
addAllNotificationCategorySubscriptionsValue
public Contact.Builder addAllNotificationCategorySubscriptionsValue(Iterable<Integer> values)
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];
- Parameters:
values
- The enum numeric values on the wire for notificationCategorySubscriptions to add.- Returns:
- This builder for chaining.
-
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.
-
setLanguageTag
public Contact.Builder setLanguageTag(String value)
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];
- Parameters:
value
- The languageTag to set.- Returns:
- This builder for chaining.
-
clearLanguageTag
public Contact.Builder clearLanguageTag()
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];
- Returns:
- This builder for chaining.
-
setLanguageTagBytes
public Contact.Builder setLanguageTagBytes(com.google.protobuf.ByteString value)
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];
- Parameters:
value
- The bytes for languageTag to set.- Returns:
- This builder for chaining.
-
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.
-
setValidationStateValue
public Contact.Builder setValidationStateValue(int value)
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;
- Parameters:
value
- The enum numeric value on the wire for validationState to set.- Returns:
- This builder for chaining.
-
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.
-
setValidationState
public Contact.Builder setValidationState(ValidationState value)
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;
- Parameters:
value
- The validationState to set.- Returns:
- This builder for chaining.
-
clearValidationState
public Contact.Builder clearValidationState()
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;
- Returns:
- This builder for chaining.
-
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.
-
setValidateTime
public Contact.Builder setValidateTime(com.google.protobuf.Timestamp value)
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;
-
setValidateTime
public Contact.Builder setValidateTime(com.google.protobuf.Timestamp.Builder builderForValue)
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;
-
mergeValidateTime
public Contact.Builder mergeValidateTime(com.google.protobuf.Timestamp value)
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;
-
clearValidateTime
public Contact.Builder clearValidateTime()
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;
-
getValidateTimeBuilder
public com.google.protobuf.Timestamp.Builder getValidateTimeBuilder()
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;
-
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
-
setUnknownFields
public final Contact.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
mergeUnknownFields
public final Contact.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Contact.Builder>
-
-