public interface UpdateContactRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContact()
public abstract Contact getContact() Required. The Contact to update.
The Contact's name is used to identify the Contact to update.
.google.ads.admanager.v1.Contact contact = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Contact |
The contact. |
getContactOrBuilder()
public abstract ContactOrBuilder getContactOrBuilder() Required. The Contact to update.
The Contact's name is used to identify the Contact to update.
.google.ads.admanager.v1.Contact contact = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasContact()
public abstract boolean hasContact() Required. The Contact to update.
The Contact's name is used to identify the Contact to update.
.google.ads.admanager.v1.Contact contact = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the contact field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |