Uses of Class
com.google.cloud.securitycenter.v1.Exfiltration
-
Packages that use Exfiltration Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Exfiltration in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Exfiltration Modifier and Type Method Description Exfiltration
Exfiltration.Builder. build()
Exfiltration
Exfiltration.Builder. buildPartial()
static Exfiltration
Exfiltration. getDefaultInstance()
Exfiltration
Exfiltration.Builder. getDefaultInstanceForType()
Exfiltration
Exfiltration. getDefaultInstanceForType()
Exfiltration
Finding.Builder. getExfiltration()
Represents exfiltrations associated with the finding.Exfiltration
Finding. getExfiltration()
Represents exfiltrations associated with the finding.Exfiltration
FindingOrBuilder. getExfiltration()
Represents exfiltrations associated with the finding.static Exfiltration
Exfiltration. parseDelimitedFrom(InputStream input)
static Exfiltration
Exfiltration. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Exfiltration
Exfiltration. parseFrom(byte[] data)
static Exfiltration
Exfiltration. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Exfiltration
Exfiltration. parseFrom(com.google.protobuf.ByteString data)
static Exfiltration
Exfiltration. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Exfiltration
Exfiltration. parseFrom(com.google.protobuf.CodedInputStream input)
static Exfiltration
Exfiltration. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Exfiltration
Exfiltration. parseFrom(InputStream input)
static Exfiltration
Exfiltration. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Exfiltration
Exfiltration. parseFrom(ByteBuffer data)
static Exfiltration
Exfiltration. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Exfiltration Modifier and Type Method Description com.google.protobuf.Parser<Exfiltration>
Exfiltration. getParserForType()
static com.google.protobuf.Parser<Exfiltration>
Exfiltration. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Exfiltration Modifier and Type Method Description Finding.Builder
Finding.Builder. mergeExfiltration(Exfiltration value)
Represents exfiltrations associated with the finding.Exfiltration.Builder
Exfiltration.Builder. mergeFrom(Exfiltration other)
static Exfiltration.Builder
Exfiltration. newBuilder(Exfiltration prototype)
Finding.Builder
Finding.Builder. setExfiltration(Exfiltration value)
Represents exfiltrations associated with the finding.
-