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 ContactContact.Builder. build()ContactContact.Builder. buildPartial()ContactContactDetails.Builder. getContacts(int index)A list of contactsContactContactDetails. getContacts(int index)A list of contactsContactContactDetailsOrBuilder. getContacts(int index)A list of contactsstatic ContactContact. getDefaultInstance()ContactContact.Builder. getDefaultInstanceForType()ContactContact. getDefaultInstanceForType()static ContactContact. parseDelimitedFrom(InputStream input)static ContactContact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(byte[] data)static ContactContact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(com.google.protobuf.ByteString data)static ContactContact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(com.google.protobuf.CodedInputStream input)static ContactContact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(InputStream input)static ContactContact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(ByteBuffer data)static ContactContact. 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.BuilderContactDetails.Builder. addContacts(int index, Contact value)A list of contactsContactDetails.BuilderContactDetails.Builder. addContacts(Contact value)A list of contactsContact.BuilderContact.Builder. mergeFrom(Contact other)static Contact.BuilderContact. newBuilder(Contact prototype)ContactDetails.BuilderContactDetails.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.BuilderContactDetails.Builder. addAllContacts(Iterable<? extends Contact> values)A list of contacts
-