Package dev.cerbos.api.v1.request
Interface Request.EnablePolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.EnablePolicyRequest,Request.EnablePolicyRequest.Builder
- Enclosing class:
- Request
public static interface Request.EnablePolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId(int index)repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetIdBytes(int index)repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...intgetIdCount()repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<java.lang.String>getIdList()repeated string id = 1 [(.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
-
getIdList
java.util.List<java.lang.String> getIdList()
repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- A list containing the id.
-
getIdCount
int getIdCount()
repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The count of id.
-
getId
java.lang.String getId(int index)
repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The id at the given index.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes(int index)
repeated string id = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the id at the given index.
-
-