| Modifier and Type | Method and Description |
|---|---|
InspectionRuleSet |
InspectionRuleSet.Builder.build() |
InspectionRuleSet |
InspectionRuleSet.Builder.buildPartial() |
static InspectionRuleSet |
InspectionRuleSet.getDefaultInstance() |
InspectionRuleSet |
InspectionRuleSet.getDefaultInstanceForType() |
InspectionRuleSet |
InspectionRuleSet.Builder.getDefaultInstanceForType() |
InspectionRuleSet |
InspectConfig.getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig.
|
InspectionRuleSet |
InspectConfig.Builder.getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig.
|
InspectionRuleSet |
InspectConfigOrBuilder.getRuleSet(int index)
Set of rules to apply to the findings for this InspectConfig.
|
static InspectionRuleSet |
InspectionRuleSet.parseDelimitedFrom(InputStream input) |
static InspectionRuleSet |
InspectionRuleSet.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(byte[] data) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(ByteBuffer data) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(com.google.protobuf.ByteString data) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(com.google.protobuf.CodedInputStream input) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(InputStream input) |
static InspectionRuleSet |
InspectionRuleSet.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InspectionRuleSet> |
InspectionRuleSet.getParserForType() |
List<InspectionRuleSet> |
InspectConfig.getRuleSetList()
Set of rules to apply to the findings for this InspectConfig.
|
List<InspectionRuleSet> |
InspectConfig.Builder.getRuleSetList()
Set of rules to apply to the findings for this InspectConfig.
|
List<InspectionRuleSet> |
InspectConfigOrBuilder.getRuleSetList()
Set of rules to apply to the findings for this InspectConfig.
|
static com.google.protobuf.Parser<InspectionRuleSet> |
InspectionRuleSet.parser() |
| Modifier and Type | Method and Description |
|---|---|
InspectConfig.Builder |
InspectConfig.Builder.addRuleSet(InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig.
|
InspectConfig.Builder |
InspectConfig.Builder.addRuleSet(int index,
InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig.
|
InspectionRuleSet.Builder |
InspectionRuleSet.Builder.mergeFrom(InspectionRuleSet other) |
static InspectionRuleSet.Builder |
InspectionRuleSet.newBuilder(InspectionRuleSet prototype) |
InspectConfig.Builder |
InspectConfig.Builder.setRuleSet(int index,
InspectionRuleSet value)
Set of rules to apply to the findings for this InspectConfig.
|
| Modifier and Type | Method and Description |
|---|---|
InspectConfig.Builder |
InspectConfig.Builder.addAllRuleSet(Iterable<? extends InspectionRuleSet> values)
Set of rules to apply to the findings for this InspectConfig.
|
Copyright © 2022 Google LLC. All rights reserved.