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 Type
    Method
    Description
    .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 returned
    int
    optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
    optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
    optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
    optional_filters defines optional filters that are applied in an OR fashion to the schema, before being returned
    boolean
    .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

      ExpSchemaFilter getOptionalFilters(int index)
       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

      ExpSchemaFilterOrBuilder getOptionalFiltersOrBuilder(int index)
       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;