Interface ListContactsResponseOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListContactsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContacts(int index)

public abstract Contact getContacts(int index)

The contacts for the specified resource.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Contact

getContactsCount()

public abstract int getContactsCount()

The contacts for the specified resource.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
int

getContactsList()

public abstract List<Contact> getContactsList()

The contacts for the specified resource.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ContactOrBuilder

getContactsOrBuilderList()

public abstract List<? extends ContactOrBuilder> getContactsOrBuilderList()

The contacts for the specified resource.

repeated .google.cloud.essentialcontacts.v1.Contact contacts = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.