Package com.authzed.api.v1
Interface ExpSchemaFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpSchemaFilter
,ExpSchemaFilter.Builder
public interface ExpSchemaFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional_caveat_name_filter is a prefix that is matched against the caveat name.com.google.protobuf.ByteString
optional_caveat_name_filter is a prefix that is matched against the caveat name.optional_definition_name_filter is a prefix that is matched against the definition name.com.google.protobuf.ByteString
optional_definition_name_filter is a prefix that is matched against the definition name.optional_permission_name_filter is a prefix that is matched against the permission name.com.google.protobuf.ByteString
optional_permission_name_filter is a prefix that is matched against the permission name.optional_relation_name_filter is a prefix that is matched against the relation name.com.google.protobuf.ByteString
optional_relation_name_filter is a prefix that is matched against the relation name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOptionalDefinitionNameFilter
String getOptionalDefinitionNameFilter()optional_definition_name_filter is a prefix that is matched against the definition name.
string optional_definition_name_filter = 1;
- Returns:
- The optionalDefinitionNameFilter.
-
getOptionalDefinitionNameFilterBytes
com.google.protobuf.ByteString getOptionalDefinitionNameFilterBytes()optional_definition_name_filter is a prefix that is matched against the definition name.
string optional_definition_name_filter = 1;
- Returns:
- The bytes for optionalDefinitionNameFilter.
-
getOptionalCaveatNameFilter
String getOptionalCaveatNameFilter()optional_caveat_name_filter is a prefix that is matched against the caveat name.
string optional_caveat_name_filter = 2;
- Returns:
- The optionalCaveatNameFilter.
-
getOptionalCaveatNameFilterBytes
com.google.protobuf.ByteString getOptionalCaveatNameFilterBytes()optional_caveat_name_filter is a prefix that is matched against the caveat name.
string optional_caveat_name_filter = 2;
- Returns:
- The bytes for optionalCaveatNameFilter.
-
getOptionalRelationNameFilter
String getOptionalRelationNameFilter()optional_relation_name_filter is a prefix that is matched against the relation name.
string optional_relation_name_filter = 3;
- Returns:
- The optionalRelationNameFilter.
-
getOptionalRelationNameFilterBytes
com.google.protobuf.ByteString getOptionalRelationNameFilterBytes()optional_relation_name_filter is a prefix that is matched against the relation name.
string optional_relation_name_filter = 3;
- Returns:
- The bytes for optionalRelationNameFilter.
-
getOptionalPermissionNameFilter
String getOptionalPermissionNameFilter()optional_permission_name_filter is a prefix that is matched against the permission name.
string optional_permission_name_filter = 4;
- Returns:
- The optionalPermissionNameFilter.
-
getOptionalPermissionNameFilterBytes
com.google.protobuf.ByteString getOptionalPermissionNameFilterBytes()optional_permission_name_filter is a prefix that is matched against the permission name.
string optional_permission_name_filter = 4;
- Returns:
- The bytes for optionalPermissionNameFilter.
-