Package dev.cerbos.api.v1.request
Interface Request.ListPoliciesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Request.ListPoliciesRequest,Request.ListPoliciesRequest.Builder
- Enclosing class:
- Request
public static interface Request.ListPoliciesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIncludeDisabled()bool include_disabled = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetNameRegexp()string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetNameRegexpBytes()string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetScopeRegexp()string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetScopeRegexpBytes()string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetVersionRegexp()string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetVersionRegexpBytes()string version_regexp = 4 [(.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
-
getIncludeDisabled
boolean getIncludeDisabled()
bool include_disabled = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The includeDisabled.
-
getNameRegexp
java.lang.String getNameRegexp()
string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The nameRegexp.
-
getNameRegexpBytes
com.google.protobuf.ByteString getNameRegexpBytes()
string name_regexp = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for nameRegexp.
-
getScopeRegexp
java.lang.String getScopeRegexp()
string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The scopeRegexp.
-
getScopeRegexpBytes
com.google.protobuf.ByteString getScopeRegexpBytes()
string scope_regexp = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for scopeRegexp.
-
getVersionRegexp
java.lang.String getVersionRegexp()
string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The versionRegexp.
-
getVersionRegexpBytes
com.google.protobuf.ByteString getVersionRegexpBytes()
string version_regexp = 4 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The bytes for versionRegexp.
-
-