public interface ContactDetailsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Contact |
getContacts(int index)
A list of contacts
|
int |
getContactsCount()
A list of contacts
|
List<Contact> |
getContactsList()
A list of contacts
|
ContactOrBuilder |
getContactsOrBuilder(int index)
A list of contacts
|
List<? extends ContactOrBuilder> |
getContactsOrBuilderList()
A list of contacts
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Contact> getContactsList()
A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
Contact getContacts(int index)
A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
int getContactsCount()
A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
List<? extends ContactOrBuilder> getContactsOrBuilderList()
A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
ContactOrBuilder getContactsOrBuilder(int index)
A list of contacts
repeated .google.cloud.securitycenter.v1.Contact contacts = 1;
Copyright © 2022 Google LLC. All rights reserved.