Interface Response.CheckResourceSetResponse.Meta.EffectMetaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMatchedPolicy()
      string matched_policy = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getMatchedPolicyBytes()
      string matched_policy = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getMatchedScope()
      string matched_scope = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getMatchedScopeBytes()
      string matched_scope = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMatchedPolicy

        java.lang.String getMatchedPolicy()
        string matched_policy = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The matchedPolicy.
      • getMatchedPolicyBytes

        com.google.protobuf.ByteString getMatchedPolicyBytes()
        string matched_policy = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for matchedPolicy.
      • getMatchedScope

        java.lang.String getMatchedScope()
        string matched_scope = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The matchedScope.
      • getMatchedScopeBytes

        com.google.protobuf.ByteString getMatchedScopeBytes()
        string matched_scope = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
        Returns:
        The bytes for matchedScope.