Package dev.cerbos.api.v1.request
Interface Request.PlaygroundEvaluateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.PlaygroundEvaluateRequest,Request.PlaygroundEvaluateRequest.Builder
- Enclosing class:
- Request
public static interface Request.PlaygroundEvaluateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActions(int index)repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetActionsBytes(int index)repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...intgetActionsCount()repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<java.lang.String>getActionsList()repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Request.AuxDatagetAuxData().cerbos.request.v1.AuxData aux_data = 6;Request.AuxDataOrBuildergetAuxDataOrBuilder().cerbos.request.v1.AuxData aux_data = 6;Request.FilegetFiles(int index)repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...intgetFilesCount()repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<Request.File>getFilesList()repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Request.FileOrBuildergetFilesOrBuilder(int index)repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<? extends Request.FileOrBuilder>getFilesOrBuilderList()repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetPlaygroundId()string playground_id = 1;com.google.protobuf.ByteStringgetPlaygroundIdBytes()string playground_id = 1;Engine.PrincipalgetPrincipal().cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...Engine.PrincipalOrBuildergetPrincipalOrBuilder().cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...Engine.ResourcegetResource().cerbos.engine.v1.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...Engine.ResourceOrBuildergetResourceOrBuilder().cerbos.engine.v1.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...booleanhasAuxData().cerbos.request.v1.AuxData aux_data = 6;booleanhasPrincipal().cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...booleanhasResource().cerbos.engine.v1.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlaygroundId
java.lang.String getPlaygroundId()
string playground_id = 1;- Returns:
- The playgroundId.
-
getPlaygroundIdBytes
com.google.protobuf.ByteString getPlaygroundIdBytes()
string playground_id = 1;- Returns:
- The bytes for playgroundId.
-
getFilesList
java.util.List<Request.File> getFilesList()
repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getFiles
Request.File getFiles(int index)
repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getFilesCount
int getFilesCount()
repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getFilesOrBuilderList
java.util.List<? extends Request.FileOrBuilder> getFilesOrBuilderList()
repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getFilesOrBuilder
Request.FileOrBuilder getFilesOrBuilder(int index)
repeated .cerbos.request.v1.File files = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
hasPrincipal
boolean hasPrincipal()
.cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }- Returns:
- Whether the principal field is set.
-
getPrincipal
Engine.Principal getPrincipal()
.cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }- Returns:
- The principal.
-
getPrincipalOrBuilder
Engine.PrincipalOrBuilder getPrincipalOrBuilder()
.cerbos.engine.v1.Principal principal = 3 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
-
hasResource
boolean hasResource()
.cerbos.engine.v1.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }- Returns:
- Whether the resource field is set.
-
getResource
Engine.Resource getResource()
.cerbos.engine.v1.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }- Returns:
- The resource.
-
getResourceOrBuilder
Engine.ResourceOrBuilder getResourceOrBuilder()
.cerbos.engine.v1.Resource resource = 4 [(.google.api.field_behavior) = REQUIRED, (.buf.validate.field) = { ... }
-
getActionsList
java.util.List<java.lang.String> getActionsList()
repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- A list containing the actions.
-
getActionsCount
int getActionsCount()
repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The count of actions.
-
getActions
java.lang.String getActions(int index)
repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The actions at the given index.
-
getActionsBytes
com.google.protobuf.ByteString getActionsBytes(int index)
repeated string actions = 5 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the actions at the given index.
-
hasAuxData
boolean hasAuxData()
.cerbos.request.v1.AuxData aux_data = 6;- Returns:
- Whether the auxData field is set.
-
getAuxData
Request.AuxData getAuxData()
.cerbos.request.v1.AuxData aux_data = 6;- Returns:
- The auxData.
-
getAuxDataOrBuilder
Request.AuxDataOrBuilder getAuxDataOrBuilder()
.cerbos.request.v1.AuxData aux_data = 6;
-
-