Package dev.cerbos.api.v1.response
Interface Response.CheckResourceSetResponse.Meta.EffectMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.CheckResourceSetResponse.Meta.EffectMeta,Response.CheckResourceSetResponse.Meta.EffectMeta.Builder
- Enclosing class:
- Response.CheckResourceSetResponse.Meta
public static interface Response.CheckResourceSetResponse.Meta.EffectMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMatchedPolicy()string matched_policy = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetMatchedPolicyBytes()string matched_policy = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetMatchedScope()string matched_scope = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetMatchedScopeBytes()string matched_scope = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...-
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.
-
-