| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.Builder.build() |
CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.Builder.buildPartial() |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.getDefaultInstance() |
CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.getDefaultInstanceForType() |
CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.Builder.getDefaultInstanceForType() |
CustomInfoType.DetectionRule |
CustomInfoType.getDetectionRules(int index)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.DetectionRule |
CustomInfoType.Builder.getDetectionRules(int index)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.DetectionRule |
CustomInfoTypeOrBuilder.getDetectionRules(int index)
Set of detection rules to apply to all findings of this CustomInfoType.
|
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseDelimitedFrom(InputStream input) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(byte[] data) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(ByteBuffer data) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(com.google.protobuf.ByteString data) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(InputStream input) |
static CustomInfoType.DetectionRule |
CustomInfoType.DetectionRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomInfoType.DetectionRule> |
CustomInfoType.getDetectionRulesList()
Set of detection rules to apply to all findings of this CustomInfoType.
|
List<CustomInfoType.DetectionRule> |
CustomInfoType.Builder.getDetectionRulesList()
Set of detection rules to apply to all findings of this CustomInfoType.
|
List<CustomInfoType.DetectionRule> |
CustomInfoTypeOrBuilder.getDetectionRulesList()
Set of detection rules to apply to all findings of this CustomInfoType.
|
com.google.protobuf.Parser<CustomInfoType.DetectionRule> |
CustomInfoType.DetectionRule.getParserForType() |
static com.google.protobuf.Parser<CustomInfoType.DetectionRule> |
CustomInfoType.DetectionRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.Builder |
CustomInfoType.Builder.addDetectionRules(CustomInfoType.DetectionRule value)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.addDetectionRules(int index,
CustomInfoType.DetectionRule value)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.DetectionRule.Builder |
CustomInfoType.DetectionRule.Builder.mergeFrom(CustomInfoType.DetectionRule other) |
static CustomInfoType.DetectionRule.Builder |
CustomInfoType.DetectionRule.newBuilder(CustomInfoType.DetectionRule prototype) |
CustomInfoType.Builder |
CustomInfoType.Builder.setDetectionRules(int index,
CustomInfoType.DetectionRule value)
Set of detection rules to apply to all findings of this CustomInfoType.
|
| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.Builder |
CustomInfoType.Builder.addAllDetectionRules(Iterable<? extends CustomInfoType.DetectionRule> values)
Set of detection rules to apply to all findings of this CustomInfoType.
|
Copyright © 2022 Google LLC. All rights reserved.