public interface ContactDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContacts(int index)
public abstract Contact getContacts(int index)A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Name | Description |
index |
int |
| Type | Description |
Contact |
getContactsCount()
public abstract int getContactsCount()A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Type | Description |
int |
getContactsList()
public abstract List<Contact> getContactsList()A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Type | Description |
List<Contact> |
getContactsOrBuilder(int index)
public abstract ContactOrBuilder getContactsOrBuilder(int index)A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Name | Description |
index |
int |
| Type | Description |
ContactOrBuilder |
getContactsOrBuilderList()
public abstract List<? extends ContactOrBuilder> getContactsOrBuilderList()A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
| Type | Description |
List<? extends com.google.cloud.securitycenter.v1.ContactOrBuilder> |