Uses of Interface
com.google.cloud.securitycenter.v1.Indicator.ProcessSignatureOrBuilder
-
Packages that use Indicator.ProcessSignatureOrBuilder Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Indicator.ProcessSignatureOrBuilder in com.google.cloud.securitycenter.v1
Classes in com.google.cloud.securitycenter.v1 that implement Indicator.ProcessSignatureOrBuilder Modifier and Type Class Description static class
Indicator.ProcessSignature
Indicates what signature matched this process.static class
Indicator.ProcessSignature.Builder
Indicates what signature matched this process.Methods in com.google.cloud.securitycenter.v1 that return Indicator.ProcessSignatureOrBuilder Modifier and Type Method Description Indicator.ProcessSignatureOrBuilder
Indicator.Builder. getSignaturesOrBuilder(int index)
The list of matched signatures indicating that the given process is present in the environment.Indicator.ProcessSignatureOrBuilder
Indicator. getSignaturesOrBuilder(int index)
The list of matched signatures indicating that the given process is present in the environment.Indicator.ProcessSignatureOrBuilder
IndicatorOrBuilder. getSignaturesOrBuilder(int index)
The list of matched signatures indicating that the given process is present in the environment.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Indicator.ProcessSignatureOrBuilder Modifier and Type Method Description List<? extends Indicator.ProcessSignatureOrBuilder>
Indicator.Builder. getSignaturesOrBuilderList()
The list of matched signatures indicating that the given process is present in the environment.List<? extends Indicator.ProcessSignatureOrBuilder>
Indicator. getSignaturesOrBuilderList()
The list of matched signatures indicating that the given process is present in the environment.List<? extends Indicator.ProcessSignatureOrBuilder>
IndicatorOrBuilder. getSignaturesOrBuilderList()
The list of matched signatures indicating that the given process is present in the environment.
-