Package com.authzed.api.v1
Interface ExperimentalReflectSchemaResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalReflectSchemaResponse
,ExperimentalReflectSchemaResponse.Builder
public interface ExperimentalReflectSchemaResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCaveats
(int index) caveats are the caveats defined in the schema.int
caveats are the caveats defined in the schema.caveats are the caveats defined in the schema.getCaveatsOrBuilder
(int index) caveats are the caveats defined in the schema.List<? extends ExpCaveatOrBuilder>
caveats are the caveats defined in the schema.getDefinitions
(int index) definitions are the definitions defined in the schema.int
definitions are the definitions defined in the schema.definitions are the definitions defined in the schema.getDefinitionsOrBuilder
(int index) definitions are the definitions defined in the schema.List<? extends ExpDefinitionOrBuilder>
definitions are the definitions defined in the schema.read_at is the ZedToken at which the schema was read.read_at is the ZedToken at which the schema was read.boolean
read_at is the ZedToken at which the schema was read.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
-
getDefinitionsList
List<ExpDefinition> getDefinitionsList()definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ExpDefinition definitions = 1;
-
getDefinitions
definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ExpDefinition definitions = 1;
-
getDefinitionsCount
int getDefinitionsCount()definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ExpDefinition definitions = 1;
-
getDefinitionsOrBuilderList
List<? extends ExpDefinitionOrBuilder> getDefinitionsOrBuilderList()definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ExpDefinition definitions = 1;
-
getDefinitionsOrBuilder
definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ExpDefinition definitions = 1;
-
getCaveatsList
caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ExpCaveat caveats = 2;
-
getCaveats
caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ExpCaveat caveats = 2;
-
getCaveatsCount
int getCaveatsCount()caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ExpCaveat caveats = 2;
-
getCaveatsOrBuilderList
List<? extends ExpCaveatOrBuilder> getCaveatsOrBuilderList()caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ExpCaveat caveats = 2;
-
getCaveatsOrBuilder
caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ExpCaveat caveats = 2;
-
hasReadAt
boolean hasReadAt()read_at is the ZedToken at which the schema was read.
.authzed.api.v1.ZedToken read_at = 3;
- Returns:
- Whether the readAt field is set.
-
getReadAt
ZedToken getReadAt()read_at is the ZedToken at which the schema was read.
.authzed.api.v1.ZedToken read_at = 3;
- Returns:
- The readAt.
-
getReadAtOrBuilder
ZedTokenOrBuilder getReadAtOrBuilder()read_at is the ZedToken at which the schema was read.
.authzed.api.v1.ZedToken read_at = 3;
-