Package com.authzed.api.v1
Interface ReflectSchemaResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReflectSchemaResponse
,ReflectSchemaResponse.Builder
public interface ReflectSchemaResponseOrBuilder
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 ReflectionCaveatOrBuilder>
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 ReflectionDefinitionOrBuilder>
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<ReflectionDefinition> getDefinitionsList()definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ReflectionDefinition definitions = 1;
-
getDefinitions
definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ReflectionDefinition definitions = 1;
-
getDefinitionsCount
int getDefinitionsCount()definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ReflectionDefinition definitions = 1;
-
getDefinitionsOrBuilderList
List<? extends ReflectionDefinitionOrBuilder> getDefinitionsOrBuilderList()definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ReflectionDefinition definitions = 1;
-
getDefinitionsOrBuilder
definitions are the definitions defined in the schema.
repeated .authzed.api.v1.ReflectionDefinition definitions = 1;
-
getCaveatsList
List<ReflectionCaveat> getCaveatsList()caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ReflectionCaveat caveats = 2;
-
getCaveats
caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ReflectionCaveat caveats = 2;
-
getCaveatsCount
int getCaveatsCount()caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ReflectionCaveat caveats = 2;
-
getCaveatsOrBuilderList
List<? extends ReflectionCaveatOrBuilder> getCaveatsOrBuilderList()caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ReflectionCaveat caveats = 2;
-
getCaveatsOrBuilder
caveats are the caveats defined in the schema.
repeated .authzed.api.v1.ReflectionCaveat 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;
-