Interface ConfigureContactSettingsRequestOrBuilder (1.0.1)

public interface ConfigureContactSettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContactNotices(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ContactNotice

The contactNotices at the given index.

getContactNoticesCount()

public abstract 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;

Returns
TypeDescription
int

The count of contactNotices.

getContactNoticesList()

public abstract 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;

Returns
TypeDescription
List<ContactNotice>

A list containing the contactNotices.

getContactNoticesValue(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of contactNotices at the given index.

getContactNoticesValueList()

public abstract 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;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for contactNotices.

getContactSettings()

public abstract ContactSettings getContactSettings()

Fields of the ContactSettings to update.

.google.cloud.domains.v1.ContactSettings contact_settings = 2;

Returns
TypeDescription
ContactSettings

The contactSettings.

getContactSettingsOrBuilder()

public abstract ContactSettingsOrBuilder getContactSettingsOrBuilder()

Fields of the ContactSettings to update.

.google.cloud.domains.v1.ContactSettings contact_settings = 2;

Returns
TypeDescription
ContactSettingsOrBuilder

getRegistration()

public abstract 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) = { ... }

Returns
TypeDescription
String

The registration.

getRegistrationBytes()

public abstract 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) = { ... }

Returns
TypeDescription
ByteString

The bytes for registration.

getUpdateMask()

public abstract 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];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract 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];

Returns
TypeDescription
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Validate the request without actually updating the contact settings.

bool validate_only = 5;

Returns
TypeDescription
boolean

The validateOnly.

hasContactSettings()

public abstract boolean hasContactSettings()

Fields of the ContactSettings to update.

.google.cloud.domains.v1.ContactSettings contact_settings = 2;

Returns
TypeDescription
boolean

Whether the contactSettings field is set.

hasUpdateMask()

public abstract 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];

Returns
TypeDescription
boolean

Whether the updateMask field is set.