public interface ConfigureContactSettingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContactNotice |
getContactNotices(int index)
The list of contact notices that the caller acknowledges.
|
int |
getContactNoticesCount()
The list of contact notices that the caller acknowledges.
|
List<ContactNotice> |
getContactNoticesList()
The list of contact notices that the caller acknowledges.
|
int |
getContactNoticesValue(int index)
The list of contact notices that the caller acknowledges.
|
List<Integer> |
getContactNoticesValueList()
The list of contact notices that the caller acknowledges.
|
ContactSettings |
getContactSettings()
Fields of the `ContactSettings` to update.
|
ContactSettingsOrBuilder |
getContactSettingsOrBuilder()
Fields of the `ContactSettings` to update.
|
String |
getRegistration()
Required.
|
com.google.protobuf.ByteString |
getRegistrationBytes()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Required.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Required.
|
boolean |
getValidateOnly()
Validate the request without actually updating the contact settings.
|
boolean |
hasContactSettings()
Fields of the `ContactSettings` to update.
|
boolean |
hasUpdateMask()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
boolean hasContactSettings()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2;ContactSettings getContactSettings()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2;ContactSettingsOrBuilder getContactSettingsOrBuilder()
Fields of the `ContactSettings` to update.
.google.cloud.domains.v1alpha2.ContactSettings contact_settings = 2;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];
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];
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];
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.v1alpha2.ContactNotice contact_notices = 4;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.v1alpha2.ContactNotice contact_notices = 4;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.v1alpha2.ContactNotice contact_notices = 4;index - The index of the element to return.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.v1alpha2.ContactNotice contact_notices = 4;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.v1alpha2.ContactNotice contact_notices = 4;index - The index of the value to return.boolean getValidateOnly()
Validate the request without actually updating the contact settings.
bool validate_only = 5;Copyright © 2023 Google LLC. All rights reserved.