| Package | Description |
|---|---|
| io.fabric8.istio.api.internal.protobuf.types |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueBuilder.build() |
Value |
ListValueFluent.buildFirstValue() |
Value |
ListValueFluent.buildLastValue() |
Value |
ListValueFluent.buildMatchingValue(Predicate<ValueBuilder> predicate) |
Value |
ListValueFluent.buildValue(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
ListValueFluent.buildValues() |
List<Value> |
ListValue.getValues() |
| Modifier and Type | Method and Description |
|---|---|
ListValueFluent.ValuesNested<A> |
ListValueFluent.addNewValueLike(Value item) |
A |
ListValueFluent.addToValues(int index,
Value item) |
A |
ListValueFluent.addToValues(Value... items) |
protected void |
ValueFluent.copyInstance(Value instance) |
A |
ListValueFluent.removeFromValues(Value... items) |
ListValueFluent.ValuesNested<A> |
ListValueFluent.setNewValueLike(int index,
Value item) |
A |
ListValueFluent.setToValues(int index,
Value item) |
A |
ListValueFluent.withValues(Value... values) |
| Modifier and Type | Method and Description |
|---|---|
A |
ListValueFluent.addAllToValues(Collection<Value> items) |
A |
ListValueFluent.removeAllFromValues(Collection<Value> items) |
void |
ListValue.setValues(List<Value> values) |
A |
ListValueFluent.withValues(List<Value> values) |
| Constructor and Description |
|---|
ValueBuilder(Value instance) |
ValueBuilder(ValueFluent<?> fluent,
Value instance) |
ValueFluent(Value instance) |
| Constructor and Description |
|---|
ListValue(List<Value> values) |
Copyright © 2015–2023 Red Hat. All rights reserved.