Uses of Class
com.google.cloud.securitycenter.v1.Contact
-
Packages that use Contact Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Contact in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Contact Modifier and Type Method Description Contact
Contact.Builder. build()
Contact
Contact.Builder. buildPartial()
Contact
ContactDetails.Builder. getContacts(int index)
A list of contactsContact
ContactDetails. getContacts(int index)
A list of contactsContact
ContactDetailsOrBuilder. getContacts(int index)
A list of contactsstatic Contact
Contact. getDefaultInstance()
Contact
Contact.Builder. getDefaultInstanceForType()
Contact
Contact. getDefaultInstanceForType()
static Contact
Contact. parseDelimitedFrom(InputStream input)
static Contact
Contact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
Contact. parseFrom(byte[] data)
static Contact
Contact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
Contact. parseFrom(com.google.protobuf.ByteString data)
static Contact
Contact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
Contact. parseFrom(com.google.protobuf.CodedInputStream input)
static Contact
Contact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
Contact. parseFrom(InputStream input)
static Contact
Contact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contact
Contact. parseFrom(ByteBuffer data)
static Contact
Contact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
ContactDetails.Builder. getContactsList()
A list of contactsList<Contact>
ContactDetails. getContactsList()
A list of contactsList<Contact>
ContactDetailsOrBuilder. getContactsList()
A list of contactscom.google.protobuf.Parser<Contact>
Contact. getParserForType()
static com.google.protobuf.Parser<Contact>
Contact. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Contact Modifier and Type Method Description ContactDetails.Builder
ContactDetails.Builder. addContacts(int index, Contact value)
A list of contactsContactDetails.Builder
ContactDetails.Builder. addContacts(Contact value)
A list of contactsContact.Builder
Contact.Builder. mergeFrom(Contact other)
static Contact.Builder
Contact. newBuilder(Contact prototype)
ContactDetails.Builder
ContactDetails.Builder. setContacts(int index, Contact value)
A list of contactsMethod parameters in com.google.cloud.securitycenter.v1 with type arguments of type Contact Modifier and Type Method Description ContactDetails.Builder
ContactDetails.Builder. addAllContacts(Iterable<? extends Contact> values)
A list of contacts
-