public static final class ConfigureContactSettingsRequest.Builder extends GeneratedMessageV3.Builder<ConfigureContactSettingsRequest.Builder> implements ConfigureContactSettingsRequestOrBuilder Request for the ConfigureContactSettings method.
Protobuf type google.cloud.domains.v1.ConfigureContactSettingsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConfigureContactSettingsRequest.BuilderImplements
ConfigureContactSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllContactNotices(Iterable<? extends ContactNotice> values)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| values | Iterable<? extends com.google.cloud.domains.v1.ContactNotice>The contactNotices to add. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
addAllContactNoticesValue(Iterable<Integer> values)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| values | Iterable<Integer>The enum numeric values on the wire for contactNotices to add. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
addContactNotices(ContactNotice value)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| value | ContactNoticeThe contactNotices to add. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
addContactNoticesValue(int value)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| value | intThe enum numeric value on the wire for contactNotices to add. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConfigureContactSettingsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
build()
public ConfigureContactSettingsRequest build()| Type | Description |
| ConfigureContactSettingsRequest |
buildPartial()
public ConfigureContactSettingsRequest buildPartial()| Type | Description |
| ConfigureContactSettingsRequest |
clear()
public ConfigureContactSettingsRequest.Builder clear()| Type | Description |
| ConfigureContactSettingsRequest.Builder |
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.v1.ContactNotice contact_notices = 4;
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
clearContactSettings()
public ConfigureContactSettingsRequest.Builder clearContactSettings() Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ConfigureContactSettingsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConfigureContactSettingsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
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) = { ... }
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
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];
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
clearValidateOnly()
public ConfigureContactSettingsRequest.Builder clearValidateOnly()Validate the request without actually updating the contact settings.
bool validate_only = 5;
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
clone()
public ConfigureContactSettingsRequest.Builder clone()| Type | Description |
| ConfigureContactSettingsRequest.Builder |
getContactNotices(int index)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| ContactNotice | The contactNotices at the given index. |
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.v1.ContactNotice contact_notices = 4;
| Type | Description |
| int | The count of contactNotices. |
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.v1.ContactNotice contact_notices = 4;
| Type | Description |
| List<ContactNotice> | A list containing the contactNotices. |
getContactNoticesValue(int index)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| int | The enum numeric value on the wire of contactNotices at the given index. |
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.v1.ContactNotice contact_notices = 4;
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for contactNotices. |
getContactSettings()
public ContactSettings getContactSettings() Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Type | Description |
| ContactSettings | The contactSettings. |
getContactSettingsBuilder()
public ContactSettings.Builder getContactSettingsBuilder() Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Type | Description |
| ContactSettings.Builder |
getContactSettingsOrBuilder()
public ContactSettingsOrBuilder getContactSettingsOrBuilder() Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Type | Description |
| ContactSettingsOrBuilder |
getDefaultInstanceForType()
public ConfigureContactSettingsRequest getDefaultInstanceForType()| Type | Description |
| ConfigureContactSettingsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
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) = { ... }
| Type | Description |
| String | The registration. |
getRegistrationBytes()
public 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) = { ... }
| Type | Description |
| ByteString | The bytes for registration. |
getUpdateMask()
public 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];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskBuilder()
public 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];
| Type | Description |
| Builder |
getUpdateMaskOrBuilder()
public 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];
| Type | Description |
| FieldMaskOrBuilder |
getValidateOnly()
public boolean getValidateOnly()Validate the request without actually updating the contact settings.
bool validate_only = 5;
| Type | Description |
| boolean | The validateOnly. |
hasContactSettings()
public boolean hasContactSettings() Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Type | Description |
| boolean | Whether the contactSettings field is set. |
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];
| Type | Description |
| boolean | Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeContactSettings(ContactSettings value)
public ConfigureContactSettingsRequest.Builder mergeContactSettings(ContactSettings value) Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Name | Description |
| value | ContactSettings |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
mergeFrom(ConfigureContactSettingsRequest other)
public ConfigureContactSettingsRequest.Builder mergeFrom(ConfigureContactSettingsRequest other)| Name | Description |
| other | ConfigureContactSettingsRequest |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConfigureContactSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ConfigureContactSettingsRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConfigureContactSettingsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
mergeUpdateMask(FieldMask value)
public ConfigureContactSettingsRequest.Builder mergeUpdateMask(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];
| Name | Description |
| value | FieldMask |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setContactNotices(int index, ContactNotice value)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| index | intThe index to set the value at. |
| value | ContactNoticeThe contactNotices to set. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
setContactNoticesValue(int index, int value)
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.v1.ContactNotice contact_notices = 4;
| Name | Description |
| index | intThe index to set the value at. |
| value | intThe enum numeric value on the wire for contactNotices to set. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
setContactSettings(ContactSettings value)
public ConfigureContactSettingsRequest.Builder setContactSettings(ContactSettings value) Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Name | Description |
| value | ContactSettings |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setContactSettings(ContactSettings.Builder builderForValue)
public ConfigureContactSettingsRequest.Builder setContactSettings(ContactSettings.Builder builderForValue) Fields of the ContactSettings to update.
.google.cloud.domains.v1.ContactSettings contact_settings = 2;
| Name | Description |
| builderForValue | ContactSettings.Builder |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ConfigureContactSettingsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setRegistration(String value)
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) = { ... }
| Name | Description |
| value | StringThe registration to set. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
setRegistrationBytes(ByteString value)
public ConfigureContactSettingsRequest.Builder setRegistrationBytes(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) = { ... }
| Name | Description |
| value | ByteStringThe bytes for registration to set. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConfigureContactSettingsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConfigureContactSettingsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setUpdateMask(FieldMask value)
public ConfigureContactSettingsRequest.Builder setUpdateMask(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];
| Name | Description |
| value | FieldMask |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public ConfigureContactSettingsRequest.Builder setUpdateMask(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];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| ConfigureContactSettingsRequest.Builder |
setValidateOnly(boolean value)
public ConfigureContactSettingsRequest.Builder setValidateOnly(boolean value)Validate the request without actually updating the contact settings.
bool validate_only = 5;
| Name | Description |
| value | booleanThe validateOnly to set. |
| Type | Description |
| ConfigureContactSettingsRequest.Builder | This builder for chaining. |