public interface CreateContactRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContact()
public abstract Contact getContact() Required. The Contact to create.
.google.ads.admanager.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Contact |
The contact. |
getContactOrBuilder()
public abstract ContactOrBuilder getContactOrBuilder() Required. The Contact to create.
.google.ads.admanager.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContactOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource where this Contact will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The parent resource where this Contact will be created.
Format: networks/{network_code}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasContact()
public abstract boolean hasContact() Required. The Contact to create.
.google.ads.admanager.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the contact field is set. |