Uses of Class
com.google.cloud.securitycenter.v1.Reference
-
Packages that use Reference Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Reference in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Reference Modifier and Type Method Description Reference
Reference.Builder. build()
Reference
Reference.Builder. buildPartial()
static Reference
Reference. getDefaultInstance()
Reference
Reference.Builder. getDefaultInstanceForType()
Reference
Reference. getDefaultInstanceForType()
Reference
Cve.Builder. getReferences(int index)
Additional information about the CVE.Reference
Cve. getReferences(int index)
Additional information about the CVE.Reference
CveOrBuilder. getReferences(int index)
Additional information about the CVE.static Reference
Reference. parseDelimitedFrom(InputStream input)
static Reference
Reference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Reference
Reference. parseFrom(byte[] data)
static Reference
Reference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Reference
Reference. parseFrom(com.google.protobuf.ByteString data)
static Reference
Reference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Reference
Reference. parseFrom(com.google.protobuf.CodedInputStream input)
static Reference
Reference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Reference
Reference. parseFrom(InputStream input)
static Reference
Reference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Reference
Reference. parseFrom(ByteBuffer data)
static Reference
Reference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Reference Modifier and Type Method Description com.google.protobuf.Parser<Reference>
Reference. getParserForType()
List<Reference>
Cve.Builder. getReferencesList()
Additional information about the CVE.List<Reference>
Cve. getReferencesList()
Additional information about the CVE.List<Reference>
CveOrBuilder. getReferencesList()
Additional information about the CVE.static com.google.protobuf.Parser<Reference>
Reference. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Reference Modifier and Type Method Description Cve.Builder
Cve.Builder. addReferences(int index, Reference value)
Additional information about the CVE.Cve.Builder
Cve.Builder. addReferences(Reference value)
Additional information about the CVE.Reference.Builder
Reference.Builder. mergeFrom(Reference other)
static Reference.Builder
Reference. newBuilder(Reference prototype)
Cve.Builder
Cve.Builder. setReferences(int index, Reference value)
Additional information about the CVE.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type Reference Modifier and Type Method Description Cve.Builder
Cve.Builder. addAllReferences(Iterable<? extends Reference> values)
Additional information about the CVE.
-