public interface ListContactsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContacts(int index)
public abstract Contact getContacts(int index)The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Contact |
|
getContactsCount()
public abstract int getContactsCount()The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getContactsList()
public abstract List<Contact> getContactsList()The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Contact> |
|
getContactsOrBuilder(int index)
public abstract ContactOrBuilder getContactsOrBuilder(int index)The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ContactOrBuilder |
|
getContactsOrBuilderList()
public abstract List<? extends ContactOrBuilder> getContactsOrBuilderList()The contacts for the specified resource.
repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.essentialcontacts.v1.ContactOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() If there are more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token and the
rest of the parameters the same as the original request.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() If there are more results than those appearing in this response, then
next_page_token is included. To get the next set of results, call this
method again using the value of next_page_token as page_token and the
rest of the parameters the same as the original request.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |