Uses of Class
com.google.cloud.securitycenter.v1.Indicator.ProcessSignature
-
Packages that use Indicator.ProcessSignature Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Indicator.ProcessSignature in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Indicator.ProcessSignature Modifier and Type Method Description Indicator.ProcessSignature
Indicator.ProcessSignature.Builder. build()
Indicator.ProcessSignature
Indicator.ProcessSignature.Builder. buildPartial()
static Indicator.ProcessSignature
Indicator.ProcessSignature. getDefaultInstance()
Indicator.ProcessSignature
Indicator.ProcessSignature.Builder. getDefaultInstanceForType()
Indicator.ProcessSignature
Indicator.ProcessSignature. getDefaultInstanceForType()
Indicator.ProcessSignature
Indicator.Builder. getSignatures(int index)
The list of matched signatures indicating that the given process is present in the environment.Indicator.ProcessSignature
Indicator. getSignatures(int index)
The list of matched signatures indicating that the given process is present in the environment.Indicator.ProcessSignature
IndicatorOrBuilder. getSignatures(int index)
The list of matched signatures indicating that the given process is present in the environment.static Indicator.ProcessSignature
Indicator.ProcessSignature. parseDelimitedFrom(InputStream input)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(byte[] data)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(com.google.protobuf.ByteString data)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(com.google.protobuf.CodedInputStream input)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(InputStream input)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(ByteBuffer data)
static Indicator.ProcessSignature
Indicator.ProcessSignature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Indicator.ProcessSignature Modifier and Type Method Description com.google.protobuf.Parser<Indicator.ProcessSignature>
Indicator.ProcessSignature. getParserForType()
List<Indicator.ProcessSignature>
Indicator.Builder. getSignaturesList()
The list of matched signatures indicating that the given process is present in the environment.List<Indicator.ProcessSignature>
Indicator. getSignaturesList()
The list of matched signatures indicating that the given process is present in the environment.List<Indicator.ProcessSignature>
IndicatorOrBuilder. getSignaturesList()
The list of matched signatures indicating that the given process is present in the environment.static com.google.protobuf.Parser<Indicator.ProcessSignature>
Indicator.ProcessSignature. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Indicator.ProcessSignature Modifier and Type Method Description Indicator.Builder
Indicator.Builder. addSignatures(int index, Indicator.ProcessSignature value)
The list of matched signatures indicating that the given process is present in the environment.Indicator.Builder
Indicator.Builder. addSignatures(Indicator.ProcessSignature value)
The list of matched signatures indicating that the given process is present in the environment.Indicator.ProcessSignature.Builder
Indicator.ProcessSignature.Builder. mergeFrom(Indicator.ProcessSignature other)
static Indicator.ProcessSignature.Builder
Indicator.ProcessSignature. newBuilder(Indicator.ProcessSignature prototype)
Indicator.Builder
Indicator.Builder. setSignatures(int index, Indicator.ProcessSignature value)
The list of matched signatures indicating that the given process is present in the environment.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type Indicator.ProcessSignature Modifier and Type Method Description Indicator.Builder
Indicator.Builder. addAllSignatures(Iterable<? extends Indicator.ProcessSignature> values)
The list of matched signatures indicating that the given process is present in the environment.
-