Uses of Class
com.google.cloud.securitycenter.v1.Indicator
-
Packages that use Indicator Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of Indicator in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return Indicator Modifier and Type Method Description Indicator
Indicator.Builder. build()
Indicator
Indicator.Builder. buildPartial()
static Indicator
Indicator. getDefaultInstance()
Indicator
Indicator.Builder. getDefaultInstanceForType()
Indicator
Indicator. getDefaultInstanceForType()
Indicator
Finding.Builder. getIndicator()
Represents what's commonly known as an *indicator of compromise* (IoC) in computer forensics.Indicator
Finding. getIndicator()
Represents what's commonly known as an *indicator of compromise* (IoC) in computer forensics.Indicator
FindingOrBuilder. getIndicator()
Represents what's commonly known as an *indicator of compromise* (IoC) in computer forensics.static Indicator
Indicator. parseDelimitedFrom(InputStream input)
static Indicator
Indicator. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator
Indicator. parseFrom(byte[] data)
static Indicator
Indicator. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator
Indicator. parseFrom(com.google.protobuf.ByteString data)
static Indicator
Indicator. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator
Indicator. parseFrom(com.google.protobuf.CodedInputStream input)
static Indicator
Indicator. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator
Indicator. parseFrom(InputStream input)
static Indicator
Indicator. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Indicator
Indicator. parseFrom(ByteBuffer data)
static Indicator
Indicator. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type Indicator Modifier and Type Method Description com.google.protobuf.Parser<Indicator>
Indicator. getParserForType()
static com.google.protobuf.Parser<Indicator>
Indicator. parser()
Methods in com.google.cloud.securitycenter.v1 with parameters of type Indicator Modifier and Type Method Description Indicator.Builder
Indicator.Builder. mergeFrom(Indicator other)
Finding.Builder
Finding.Builder. mergeIndicator(Indicator value)
Represents what's commonly known as an *indicator of compromise* (IoC) in computer forensics.static Indicator.Builder
Indicator. newBuilder(Indicator prototype)
Finding.Builder
Finding.Builder. setIndicator(Indicator value)
Represents what's commonly known as an *indicator of compromise* (IoC) in computer forensics.
-