Package com.authzed.api.v1
Interface ExperimentalReflectSchemaRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalReflectSchemaRequest
,ExperimentalReflectSchemaRequest.Builder
public interface ExperimentalReflectSchemaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.authzed.api.v1.Consistency consistency = 1;
.authzed.api.v1.Consistency consistency = 1;
getOptionalFilters
(int index) optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returnedint
optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returnedoptional_filters defines optional filters that are applied in an OR fashion to the schema, before being returnedgetOptionalFiltersOrBuilder
(int index) optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returnedList<? extends ExpSchemaFilterOrBuilder>
optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returnedboolean
.authzed.api.v1.Consistency consistency = 1;
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
-
hasConsistency
boolean hasConsistency().authzed.api.v1.Consistency consistency = 1;
- Returns:
- Whether the consistency field is set.
-
getConsistency
Consistency getConsistency().authzed.api.v1.Consistency consistency = 1;
- Returns:
- The consistency.
-
getConsistencyOrBuilder
ConsistencyOrBuilder getConsistencyOrBuilder().authzed.api.v1.Consistency consistency = 1;
-
getOptionalFiltersList
List<ExpSchemaFilter> getOptionalFiltersList()optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
repeated .authzed.api.v1.ExpSchemaFilter optional_filters = 2;
-
getOptionalFilters
optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
repeated .authzed.api.v1.ExpSchemaFilter optional_filters = 2;
-
getOptionalFiltersCount
int getOptionalFiltersCount()optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
repeated .authzed.api.v1.ExpSchemaFilter optional_filters = 2;
-
getOptionalFiltersOrBuilderList
List<? extends ExpSchemaFilterOrBuilder> getOptionalFiltersOrBuilderList()optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
repeated .authzed.api.v1.ExpSchemaFilter optional_filters = 2;
-
getOptionalFiltersOrBuilder
optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
repeated .authzed.api.v1.ExpSchemaFilter optional_filters = 2;
-