Uses of Class
com.google.cloud.securitycenter.v1.ContactDetails
-
Packages that use ContactDetails Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of ContactDetails in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return ContactDetails Modifier and Type Method Description ContactDetails
ContactDetails.Builder. build()
ContactDetails
ContactDetails.Builder. buildPartial()
ContactDetails
Finding.Builder. getContactsOrDefault(String key, ContactDetails defaultValue)
Output only.ContactDetails
Finding. getContactsOrDefault(String key, ContactDetails defaultValue)
Output only.ContactDetails
FindingOrBuilder. getContactsOrDefault(String key, ContactDetails defaultValue)
Output only.ContactDetails
Finding.Builder. getContactsOrThrow(String key)
Output only.ContactDetails
Finding. getContactsOrThrow(String key)
Output only.ContactDetails
FindingOrBuilder. getContactsOrThrow(String key)
Output only.static ContactDetails
ContactDetails. getDefaultInstance()
ContactDetails
ContactDetails.Builder. getDefaultInstanceForType()
ContactDetails
ContactDetails. getDefaultInstanceForType()
static ContactDetails
ContactDetails. parseDelimitedFrom(InputStream input)
static ContactDetails
ContactDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactDetails
ContactDetails. parseFrom(byte[] data)
static ContactDetails
ContactDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactDetails
ContactDetails. parseFrom(com.google.protobuf.ByteString data)
static ContactDetails
ContactDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactDetails
ContactDetails. parseFrom(com.google.protobuf.CodedInputStream input)
static ContactDetails
ContactDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactDetails
ContactDetails. parseFrom(InputStream input)
static ContactDetails
ContactDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactDetails
ContactDetails. parseFrom(ByteBuffer data)
static ContactDetails
ContactDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type ContactDetails Modifier and Type Method Description Map<String,ContactDetails>
Finding.Builder. getContacts()
Deprecated.Map<String,ContactDetails>
Finding. getContacts()
Deprecated.Map<String,ContactDetails>
FindingOrBuilder. getContacts()
Deprecated.Map<String,ContactDetails>
Finding.Builder. getContactsMap()
Output only.Map<String,ContactDetails>
Finding. getContactsMap()
Output only.Map<String,ContactDetails>
FindingOrBuilder. getContactsMap()
Output only.Map<String,ContactDetails>
Finding.Builder. getMutableContacts()
Deprecated.com.google.protobuf.Parser<ContactDetails>
ContactDetails. getParserForType()
static com.google.protobuf.Parser<ContactDetails>
ContactDetails. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type ContactDetails Modifier and Type Method Description ContactDetails
Finding.Builder. getContactsOrDefault(String key, ContactDetails defaultValue)
Output only.ContactDetails
Finding. getContactsOrDefault(String key, ContactDetails defaultValue)
Output only.ContactDetails
FindingOrBuilder. getContactsOrDefault(String key, ContactDetails defaultValue)
Output only.ContactDetails.Builder
ContactDetails.Builder. mergeFrom(ContactDetails other)
static ContactDetails.Builder
ContactDetails. newBuilder(ContactDetails prototype)
Finding.Builder
Finding.Builder. putContacts(String key, ContactDetails value)
Output only.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type ContactDetails Modifier and Type Method Description Finding.Builder
Finding.Builder. putAllContacts(Map<String,ContactDetails> values)
Output only.
-