接口 EnvoyFilterOuterClass.EnvoyFilter.PatchOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface EnvoyFilterOuterClass.EnvoyFilter.PatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EnvoyFilterOuterClass.EnvoyFilter.Patch.FilterClassgetFilterClass()Determines the filter insertion order.intgetFilterClassValue()Determines the filter insertion order.EnvoyFilterOuterClass.EnvoyFilter.Patch.OperationgetOperation()Determines how the patch should be applied.intgetOperationValue()Determines how the patch should be applied.com.google.protobuf.StructgetValue()The JSON config of the object being patched.com.google.protobuf.StructOrBuildergetValueOrBuilder()The JSON config of the object being patched.booleanhasValue()The JSON config of the object being patched.
-
-
-
方法详细资料
-
getOperationValue
int getOperationValue()
Determines how the patch should be applied.
.istio.networking.v1alpha3.EnvoyFilter.Patch.Operation operation = 1;- 返回:
- The enum numeric value on the wire for operation.
-
getOperation
EnvoyFilterOuterClass.EnvoyFilter.Patch.Operation getOperation()
Determines how the patch should be applied.
.istio.networking.v1alpha3.EnvoyFilter.Patch.Operation operation = 1;- 返回:
- The operation.
-
hasValue
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;- 返回:
- Whether the value field is set.
-
getValue
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;- 返回:
- The value.
-
getValueOrBuilder
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;
-
getFilterClassValue
int getFilterClassValue()
Determines the filter insertion order.
.istio.networking.v1alpha3.EnvoyFilter.Patch.FilterClass filter_class = 3;- 返回:
- The enum numeric value on the wire for filterClass.
-
getFilterClass
EnvoyFilterOuterClass.EnvoyFilter.Patch.FilterClass getFilterClass()
Determines the filter insertion order.
.istio.networking.v1alpha3.EnvoyFilter.Patch.FilterClass filter_class = 3;- 返回:
- The filterClass.
-
-