| Modifier and Type | Method and Description |
|---|---|
InspectionRule |
InspectionRule.Builder.build() |
InspectionRule |
InspectionRule.Builder.buildPartial() |
static InspectionRule |
InspectionRule.getDefaultInstance() |
InspectionRule |
InspectionRule.getDefaultInstanceForType() |
InspectionRule |
InspectionRule.Builder.getDefaultInstanceForType() |
InspectionRule |
InspectionRuleSetOrBuilder.getRules(int index)
Set of rules to be applied to infoTypes.
|
InspectionRule |
InspectionRuleSet.getRules(int index)
Set of rules to be applied to infoTypes.
|
InspectionRule |
InspectionRuleSet.Builder.getRules(int index)
Set of rules to be applied to infoTypes.
|
static InspectionRule |
InspectionRule.parseDelimitedFrom(InputStream input) |
static InspectionRule |
InspectionRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRule |
InspectionRule.parseFrom(byte[] data) |
static InspectionRule |
InspectionRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRule |
InspectionRule.parseFrom(ByteBuffer data) |
static InspectionRule |
InspectionRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRule |
InspectionRule.parseFrom(com.google.protobuf.ByteString data) |
static InspectionRule |
InspectionRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRule |
InspectionRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static InspectionRule |
InspectionRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InspectionRule |
InspectionRule.parseFrom(InputStream input) |
static InspectionRule |
InspectionRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InspectionRule> |
InspectionRule.getParserForType() |
List<InspectionRule> |
InspectionRuleSetOrBuilder.getRulesList()
Set of rules to be applied to infoTypes.
|
List<InspectionRule> |
InspectionRuleSet.getRulesList()
Set of rules to be applied to infoTypes.
|
List<InspectionRule> |
InspectionRuleSet.Builder.getRulesList()
Set of rules to be applied to infoTypes.
|
static com.google.protobuf.Parser<InspectionRule> |
InspectionRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
InspectionRuleSet.Builder |
InspectionRuleSet.Builder.addRules(InspectionRule value)
Set of rules to be applied to infoTypes.
|
InspectionRuleSet.Builder |
InspectionRuleSet.Builder.addRules(int index,
InspectionRule value)
Set of rules to be applied to infoTypes.
|
InspectionRule.Builder |
InspectionRule.Builder.mergeFrom(InspectionRule other) |
static InspectionRule.Builder |
InspectionRule.newBuilder(InspectionRule prototype) |
InspectionRuleSet.Builder |
InspectionRuleSet.Builder.setRules(int index,
InspectionRule value)
Set of rules to be applied to infoTypes.
|
| Modifier and Type | Method and Description |
|---|---|
InspectionRuleSet.Builder |
InspectionRuleSet.Builder.addAllRules(Iterable<? extends InspectionRule> values)
Set of rules to be applied to infoTypes.
|
Copyright © 2022 Google LLC. All rights reserved.