Package dev.cerbos.api.v1.response
Interface Response.PlanResourcesResponse.MetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlanResourcesResponse.Meta,Response.PlanResourcesResponse.Meta.Builder
- Enclosing class:
- Response.PlanResourcesResponse
public static interface Response.PlanResourcesResponse.MetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFilterDebug()string filter_debug = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetFilterDebugBytes()string filter_debug = 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
-
getFilterDebug
java.lang.String getFilterDebug()
string filter_debug = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The filterDebug.
-
getFilterDebugBytes
com.google.protobuf.ByteString getFilterDebugBytes()
string filter_debug = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for filterDebug.
-
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.
-
-