Package dev.cerbos.api.v1.request
Interface Request.AttributesMapOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.AttributesMap,Request.AttributesMap.Builder
- Enclosing class:
- Request
public static interface Request.AttributesMapOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsAttr(java.lang.String key)map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.Map<java.lang.String,com.google.protobuf.Value>getAttr()Deprecated.intgetAttrCount()map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.Map<java.lang.String,com.google.protobuf.Value>getAttrMap()map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ValuegetAttrOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ValuegetAttrOrThrow(java.lang.String key)map<string, .google.protobuf.Value> attr = 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
-
getAttrCount
int getAttrCount()
map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
containsAttr
boolean containsAttr(java.lang.String key)
map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getAttr
@Deprecated java.util.Map<java.lang.String,com.google.protobuf.Value> getAttr()
Deprecated.UsegetAttrMap()instead.
-
getAttrMap
java.util.Map<java.lang.String,com.google.protobuf.Value> getAttrMap()
map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getAttrOrDefault
com.google.protobuf.Value getAttrOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getAttrOrThrow
com.google.protobuf.Value getAttrOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> attr = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
-