Interface ComputeContactsResponseOrBuilder (2.2.0)

public interface ComputeContactsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContacts(int index)

public abstract Contact getContacts(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Contact

getContactsCount()

public abstract int getContactsCount()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

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

Returns
TypeDescription
int

getContactsList()

public abstract List<Contact> getContactsList()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

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

Returns
TypeDescription
List<Contact>

getContactsOrBuilder(int index)

public abstract ContactOrBuilder getContactsOrBuilder(int index)

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ContactOrBuilder

getContactsOrBuilderList()

public abstract List<? extends ContactOrBuilder> getContactsOrBuilderList()

All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.

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.