| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.Builder.build() |
Rule |
Rule.Builder.buildPartial() |
static Rule |
Rule.getDefaultInstance() |
Rule |
Rule.getDefaultInstanceForType() |
Rule |
Rule.Builder.getDefaultInstanceForType() |
Rule |
ControlOrBuilder.getRule()
A rule control - a condition-action pair.
|
Rule |
Control.getRule()
A rule control - a condition-action pair.
|
Rule |
Control.Builder.getRule()
A rule control - a condition-action pair.
|
static Rule |
Rule.parseDelimitedFrom(InputStream input) |
static Rule |
Rule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule |
Rule.parseFrom(byte[] data) |
static Rule |
Rule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule |
Rule.parseFrom(ByteBuffer data) |
static Rule |
Rule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule |
Rule.parseFrom(com.google.protobuf.ByteString data) |
static Rule |
Rule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule |
Rule.parseFrom(com.google.protobuf.CodedInputStream input) |
static Rule |
Rule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule |
Rule.parseFrom(InputStream input) |
static Rule |
Rule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Rule> |
Rule.getParserForType() |
static com.google.protobuf.Parser<Rule> |
Rule.parser() |
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.mergeFrom(Rule other) |
Control.Builder |
Control.Builder.mergeRule(Rule value)
A rule control - a condition-action pair.
|
static Rule.Builder |
Rule.newBuilder(Rule prototype) |
Control.Builder |
Control.Builder.setRule(Rule value)
A rule control - a condition-action pair.
|
Copyright © 2023 Google LLC. All rights reserved.