public interface BatchUpdateContactsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContacts(int index)
public abstract Contact getContacts(int index) The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Contact |
|
getContactsCount()
public abstract int getContactsCount() The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getContactsList()
public abstract List<Contact> getContactsList() The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Contact> |
|
getContactsOrBuilder(int index)
public abstract ContactOrBuilder getContactsOrBuilder(int index) The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ContactOrBuilder |
|
getContactsOrBuilderList()
public abstract List<? extends ContactOrBuilder> getContactsOrBuilderList() The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.ContactOrBuilder> |
|