接口 EnvoyFilterOuterClass.EnvoyFilter.PatchOrBuilder

    • 方法详细资料

      • 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.
      • 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.