| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.Builder.build() |
Condition |
Condition.Builder.buildPartial() |
Condition |
ControlOrBuilder.getConditions(int index)
Determines when the associated action will trigger.
|
Condition |
Control.getConditions(int index)
Determines when the associated action will trigger.
|
Condition |
Control.Builder.getConditions(int index)
Determines when the associated action will trigger.
|
static Condition |
Condition.getDefaultInstance() |
Condition |
Condition.getDefaultInstanceForType() |
Condition |
Condition.Builder.getDefaultInstanceForType() |
static Condition |
Condition.parseDelimitedFrom(InputStream input) |
static Condition |
Condition.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Condition |
Condition.parseFrom(byte[] data) |
static Condition |
Condition.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Condition |
Condition.parseFrom(ByteBuffer data) |
static Condition |
Condition.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Condition |
Condition.parseFrom(com.google.protobuf.ByteString data) |
static Condition |
Condition.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Condition |
Condition.parseFrom(com.google.protobuf.CodedInputStream input) |
static Condition |
Condition.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Condition |
Condition.parseFrom(InputStream input) |
static Condition |
Condition.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
ControlOrBuilder.getConditionsList()
Determines when the associated action will trigger.
|
List<Condition> |
Control.getConditionsList()
Determines when the associated action will trigger.
|
List<Condition> |
Control.Builder.getConditionsList()
Determines when the associated action will trigger.
|
com.google.protobuf.Parser<Condition> |
Condition.getParserForType() |
static com.google.protobuf.Parser<Condition> |
Condition.parser() |
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.addConditions(Condition value)
Determines when the associated action will trigger.
|
Control.Builder |
Control.Builder.addConditions(int index,
Condition value)
Determines when the associated action will trigger.
|
Condition.Builder |
Condition.Builder.mergeFrom(Condition other) |
static Condition.Builder |
Condition.newBuilder(Condition prototype) |
Control.Builder |
Control.Builder.setConditions(int index,
Condition value)
Determines when the associated action will trigger.
|
| Modifier and Type | Method and Description |
|---|---|
Control.Builder |
Control.Builder.addAllConditions(Iterable<? extends Condition> values)
Determines when the associated action will trigger.
|
Copyright © 2024 Google LLC. All rights reserved.