Package dev.cerbos.api.v1.response
Interface Response.PlanResourcesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.PlanResourcesResponse,Response.PlanResourcesResponse.Builder
- Enclosing class:
- Response
public static interface Response.PlanResourcesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAction()string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetActionBytes()string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetCerbosCallId()string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetCerbosCallIdBytes()string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Engine.PlanResourcesFiltergetFilter().cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Engine.PlanResourcesFilterOrBuildergetFilterOrBuilder().cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Response.PlanResourcesResponse.MetagetMeta().cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Response.PlanResourcesResponse.MetaOrBuildergetMetaOrBuilder().cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetPolicyVersion()string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetPolicyVersionBytes()string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetRequestId()string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetRequestIdBytes()string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetResourceKind()string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetResourceKindBytes()string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...SchemaOuterClass.ValidationErrorgetValidationErrors(int index)repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...intgetValidationErrorsCount()repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<SchemaOuterClass.ValidationError>getValidationErrorsList()repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...SchemaOuterClass.ValidationErrorOrBuildergetValidationErrorsOrBuilder(int index)repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder>getValidationErrorsOrBuilderList()repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...booleanhasFilter().cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...booleanhasMeta().cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.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
-
getRequestId
java.lang.String getRequestId()
string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
string request_id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for requestId.
-
getAction
java.lang.String getAction()
string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()
string action = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for action.
-
getResourceKind
java.lang.String getResourceKind()
string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The resourceKind.
-
getResourceKindBytes
com.google.protobuf.ByteString getResourceKindBytes()
string resource_kind = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for resourceKind.
-
getPolicyVersion
java.lang.String getPolicyVersion()
string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The policyVersion.
-
getPolicyVersionBytes
com.google.protobuf.ByteString getPolicyVersionBytes()
string policy_version = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for policyVersion.
-
hasFilter
boolean hasFilter()
.cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- Whether the filter field is set.
-
getFilter
Engine.PlanResourcesFilter getFilter()
.cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The filter.
-
getFilterOrBuilder
Engine.PlanResourcesFilterOrBuilder getFilterOrBuilder()
.cerbos.engine.v1.PlanResourcesFilter filter = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
hasMeta
boolean hasMeta()
.cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- Whether the meta field is set.
-
getMeta
Response.PlanResourcesResponse.Meta getMeta()
.cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The meta.
-
getMetaOrBuilder
Response.PlanResourcesResponse.MetaOrBuilder getMetaOrBuilder()
.cerbos.response.v1.PlanResourcesResponse.Meta meta = 6 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getValidationErrorsList
java.util.List<SchemaOuterClass.ValidationError> getValidationErrorsList()
repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getValidationErrors
SchemaOuterClass.ValidationError getValidationErrors(int index)
repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getValidationErrorsCount
int getValidationErrorsCount()
repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getValidationErrorsOrBuilderList
java.util.List<? extends SchemaOuterClass.ValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getValidationErrorsOrBuilder
SchemaOuterClass.ValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
repeated .cerbos.schema.v1.ValidationError validation_errors = 7 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getCerbosCallId
java.lang.String getCerbosCallId()
string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The cerbosCallId.
-
getCerbosCallIdBytes
com.google.protobuf.ByteString getCerbosCallIdBytes()
string cerbos_call_id = 8 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for cerbosCallId.
-
-