public static interface EnvoyFilterOuterClass.EnvoyFilter.PatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
EnvoyFilterOuterClass.EnvoyFilter.Patch.FilterClass |
getFilterClass()
Determines the filter insertion order.
|
int |
getFilterClassValue()
Determines the filter insertion order.
|
EnvoyFilterOuterClass.EnvoyFilter.Patch.Operation |
getOperation()
Determines how the patch should be applied.
|
int |
getOperationValue()
Determines how the patch should be applied.
|
com.google.protobuf.Struct |
getValue()
The JSON config of the object being patched.
|
com.google.protobuf.StructOrBuilder |
getValueOrBuilder()
The JSON config of the object being patched.
|
boolean |
hasValue()
The JSON config of the object being patched.
|
int getOperationValue()
Determines how the patch should be applied.
.istio.networking.v1alpha3.EnvoyFilter.Patch.Operation operation = 1;EnvoyFilterOuterClass.EnvoyFilter.Patch.Operation getOperation()
Determines how the patch should be applied.
.istio.networking.v1alpha3.EnvoyFilter.Patch.Operation operation = 1;boolean hasValue()
The JSON config of the object being patched. This will be merged using proto merge semantics with the existing proto in the path.
.google.protobuf.Struct value = 2;com.google.protobuf.Struct getValue()
The JSON config of the object being patched. This will be merged using proto merge semantics with the existing proto in the path.
.google.protobuf.Struct value = 2;com.google.protobuf.StructOrBuilder getValueOrBuilder()
The JSON config of the object being patched. This will be merged using proto merge semantics with the existing proto in the path.
.google.protobuf.Struct value = 2;int getFilterClassValue()
Determines the filter insertion order.
.istio.networking.v1alpha3.EnvoyFilter.Patch.FilterClass filter_class = 3;EnvoyFilterOuterClass.EnvoyFilter.Patch.FilterClass getFilterClass()
Determines the filter insertion order.
.istio.networking.v1alpha3.EnvoyFilter.Patch.FilterClass filter_class = 3;Copyright © 2018–2023 Alibaba Group. All rights reserved.