Package com.google.cloud.domains.v1beta1
Class ConfigureContactSettingsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
- com.google.cloud.domains.v1beta1.ConfigureContactSettingsRequest.Builder
-
- All Implemented Interfaces:
ConfigureContactSettingsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ConfigureContactSettingsRequest
public static final class ConfigureContactSettingsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder> implements ConfigureContactSettingsRequestOrBuilder
Request for the `ConfigureContactSettings` method.
Protobuf typegoogle.cloud.domains.v1beta1.ConfigureContactSettingsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureContactSettingsRequest.BuilderaddAllContactNotices(Iterable<? extends ContactNotice> values)The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuilderaddAllContactNoticesValue(Iterable<Integer> values)The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuilderaddContactNotices(ContactNotice value)The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuilderaddContactNoticesValue(int value)The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ConfigureContactSettingsRequestbuild()ConfigureContactSettingsRequestbuildPartial()ConfigureContactSettingsRequest.Builderclear()ConfigureContactSettingsRequest.BuilderclearContactNotices()The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuilderclearContactSettings()Fields of the `ContactSettings` to update.ConfigureContactSettingsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ConfigureContactSettingsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ConfigureContactSettingsRequest.BuilderclearRegistration()Required.ConfigureContactSettingsRequest.BuilderclearUpdateMask()Required.ConfigureContactSettingsRequest.BuilderclearValidateOnly()Validate the request without actually updating the contact settings.ConfigureContactSettingsRequest.Builderclone()ContactNoticegetContactNotices(int index)The list of contact notices that the caller acknowledges.intgetContactNoticesCount()The list of contact notices that the caller acknowledges.List<ContactNotice>getContactNoticesList()The list of contact notices that the caller acknowledges.intgetContactNoticesValue(int index)The list of contact notices that the caller acknowledges.List<Integer>getContactNoticesValueList()The list of contact notices that the caller acknowledges.ContactSettingsgetContactSettings()Fields of the `ContactSettings` to update.ContactSettings.BuildergetContactSettingsBuilder()Fields of the `ContactSettings` to update.ContactSettingsOrBuildergetContactSettingsOrBuilder()Fields of the `ContactSettings` to update.ConfigureContactSettingsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetRegistration()Required.com.google.protobuf.ByteStringgetRegistrationBytes()Required.com.google.protobuf.FieldMaskgetUpdateMask()Required.com.google.protobuf.FieldMask.BuildergetUpdateMaskBuilder()Required.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Required.booleangetValidateOnly()Validate the request without actually updating the contact settings.booleanhasContactSettings()Fields of the `ContactSettings` to update.booleanhasUpdateMask()Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ConfigureContactSettingsRequest.BuildermergeContactSettings(ContactSettings value)Fields of the `ContactSettings` to update.ConfigureContactSettingsRequest.BuildermergeFrom(ConfigureContactSettingsRequest other)ConfigureContactSettingsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ConfigureContactSettingsRequest.BuildermergeFrom(com.google.protobuf.Message other)ConfigureContactSettingsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ConfigureContactSettingsRequest.BuildermergeUpdateMask(com.google.protobuf.FieldMask value)Required.ConfigureContactSettingsRequest.BuildersetContactNotices(int index, ContactNotice value)The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuildersetContactNoticesValue(int index, int value)The list of contact notices that the caller acknowledges.ConfigureContactSettingsRequest.BuildersetContactSettings(ContactSettings value)Fields of the `ContactSettings` to update.ConfigureContactSettingsRequest.BuildersetContactSettings(ContactSettings.Builder builderForValue)Fields of the `ContactSettings` to update.ConfigureContactSettingsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ConfigureContactSettingsRequest.BuildersetRegistration(String value)Required.ConfigureContactSettingsRequest.BuildersetRegistrationBytes(com.google.protobuf.ByteString value)Required.ConfigureContactSettingsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ConfigureContactSettingsRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ConfigureContactSettingsRequest.BuildersetUpdateMask(com.google.protobuf.FieldMask value)Required.ConfigureContactSettingsRequest.BuildersetUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)Required.ConfigureContactSettingsRequest.BuildersetValidateOnly(boolean value)Validate the request without actually updating the contact settings.-
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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
clear
public ConfigureContactSettingsRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
getDefaultInstanceForType
public ConfigureContactSettingsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ConfigureContactSettingsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ConfigureContactSettingsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ConfigureContactSettingsRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
setField
public ConfigureContactSettingsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
clearField
public ConfigureContactSettingsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
clearOneof
public ConfigureContactSettingsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
setRepeatedField
public ConfigureContactSettingsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
addRepeatedField
public ConfigureContactSettingsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
mergeFrom
public ConfigureContactSettingsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ConfigureContactSettingsRequest.Builder>
-
mergeFrom
public ConfigureContactSettingsRequest.Builder mergeFrom(ConfigureContactSettingsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
mergeFrom
public ConfigureContactSettingsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ConfigureContactSettingsRequest.Builder>- Throws:
IOException
-
getRegistration
public String getRegistration()
Required. The name of the `Registration` whose contact settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getRegistrationin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- The registration.
-
getRegistrationBytes
public com.google.protobuf.ByteString getRegistrationBytes()
Required. The name of the `Registration` whose contact settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getRegistrationBytesin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- The bytes for registration.
-
setRegistration
public ConfigureContactSettingsRequest.Builder setRegistration(String value)
Required. The name of the `Registration` whose contact settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The registration to set.- Returns:
- This builder for chaining.
-
clearRegistration
public ConfigureContactSettingsRequest.Builder clearRegistration()
Required. The name of the `Registration` whose contact settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setRegistrationBytes
public ConfigureContactSettingsRequest.Builder setRegistrationBytes(com.google.protobuf.ByteString value)
Required. The name of the `Registration` whose contact settings are being updated, in the format `projects/*/locations/*/registrations/*`.
string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for registration to set.- Returns:
- This builder for chaining.
-
hasContactSettings
public boolean hasContactSettings()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;- Specified by:
hasContactSettingsin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- Whether the contactSettings field is set.
-
getContactSettings
public ContactSettings getContactSettings()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;- Specified by:
getContactSettingsin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- The contactSettings.
-
setContactSettings
public ConfigureContactSettingsRequest.Builder setContactSettings(ContactSettings value)
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;
-
setContactSettings
public ConfigureContactSettingsRequest.Builder setContactSettings(ContactSettings.Builder builderForValue)
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;
-
mergeContactSettings
public ConfigureContactSettingsRequest.Builder mergeContactSettings(ContactSettings value)
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;
-
clearContactSettings
public ConfigureContactSettingsRequest.Builder clearContactSettings()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;
-
getContactSettingsBuilder
public ContactSettings.Builder getContactSettingsBuilder()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;
-
getContactSettingsOrBuilder
public ContactSettingsOrBuilder getContactSettingsOrBuilder()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1beta1.ContactSettings contact_settings = 2;- Specified by:
getContactSettingsOrBuilderin interfaceConfigureContactSettingsRequestOrBuilder
-
hasUpdateMask
public boolean hasUpdateMask()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
hasUpdateMaskin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
public com.google.protobuf.FieldMask getUpdateMask()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getUpdateMaskin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- The updateMask.
-
setUpdateMask
public ConfigureContactSettingsRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
-
setUpdateMask
public ConfigureContactSettingsRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
-
mergeUpdateMask
public ConfigureContactSettingsRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
-
clearUpdateMask
public ConfigureContactSettingsRequest.Builder clearUpdateMask()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
-
getUpdateMaskBuilder
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
-
getUpdateMaskOrBuilder
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the `update_mask` is `"registrant_contact"`.
.google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getUpdateMaskOrBuilderin interfaceConfigureContactSettingsRequestOrBuilder
-
getContactNoticesList
public List<ContactNotice> getContactNoticesList()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Specified by:
getContactNoticesListin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- A list containing the contactNotices.
-
getContactNoticesCount
public int getContactNoticesCount()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Specified by:
getContactNoticesCountin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- The count of contactNotices.
-
getContactNotices
public ContactNotice getContactNotices(int index)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Specified by:
getContactNoticesin interfaceConfigureContactSettingsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The contactNotices at the given index.
-
setContactNotices
public ConfigureContactSettingsRequest.Builder setContactNotices(int index, ContactNotice value)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Parameters:
index- The index to set the value at.value- The contactNotices to set.- Returns:
- This builder for chaining.
-
addContactNotices
public ConfigureContactSettingsRequest.Builder addContactNotices(ContactNotice value)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Parameters:
value- The contactNotices to add.- Returns:
- This builder for chaining.
-
addAllContactNotices
public ConfigureContactSettingsRequest.Builder addAllContactNotices(Iterable<? extends ContactNotice> values)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Parameters:
values- The contactNotices to add.- Returns:
- This builder for chaining.
-
clearContactNotices
public ConfigureContactSettingsRequest.Builder clearContactNotices()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Returns:
- This builder for chaining.
-
getContactNoticesValueList
public List<Integer> getContactNoticesValueList()
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Specified by:
getContactNoticesValueListin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- A list containing the enum numeric values on the wire for contactNotices.
-
getContactNoticesValue
public int getContactNoticesValue(int index)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Specified by:
getContactNoticesValuein interfaceConfigureContactSettingsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of contactNotices at the given index.
-
setContactNoticesValue
public ConfigureContactSettingsRequest.Builder setContactNoticesValue(int index, int value)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for contactNotices to set.- Returns:
- This builder for chaining.
-
addContactNoticesValue
public ConfigureContactSettingsRequest.Builder addContactNoticesValue(int value)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Parameters:
value- The enum numeric value on the wire for contactNotices to add.- Returns:
- This builder for chaining.
-
addAllContactNoticesValue
public ConfigureContactSettingsRequest.Builder addAllContactNoticesValue(Iterable<Integer> values)
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in `contact_settings`.
repeated .google.cloud.domains.v1beta1.ContactNotice contact_notices = 4;- Parameters:
values- The enum numeric values on the wire for contactNotices to add.- Returns:
- This builder for chaining.
-
getValidateOnly
public boolean getValidateOnly()
Validate the request without actually updating the contact settings.
bool validate_only = 5;- Specified by:
getValidateOnlyin interfaceConfigureContactSettingsRequestOrBuilder- Returns:
- The validateOnly.
-
setValidateOnly
public ConfigureContactSettingsRequest.Builder setValidateOnly(boolean value)
Validate the request without actually updating the contact settings.
bool validate_only = 5;- Parameters:
value- The validateOnly to set.- Returns:
- This builder for chaining.
-
clearValidateOnly
public ConfigureContactSettingsRequest.Builder clearValidateOnly()
Validate the request without actually updating the contact settings.
bool validate_only = 5;- Returns:
- This builder for chaining.
-
setUnknownFields
public final ConfigureContactSettingsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
mergeUnknownFields
public final ConfigureContactSettingsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder>
-
-