Package com.authzed.api.v1alpha1
Interface Schema.ReadSchemaResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.ReadSchemaResponse
,Schema.ReadSchemaResponse.Builder
- Enclosing class:
- Schema
public static interface Schema.ReadSchemaResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe computed revision of the returned object definitions.com.google.protobuf.ByteString
The computed revision of the returned object definitions.getObjectDefinitions
(int index) The Object Definitions that were requested.com.google.protobuf.ByteString
getObjectDefinitionsBytes
(int index) The Object Definitions that were requested.int
The Object Definitions that were requested.The Object Definitions that were requested.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
-
getObjectDefinitionsList
The Object Definitions that were requested.
repeated string object_definitions = 1;
- Returns:
- A list containing the objectDefinitions.
-
getObjectDefinitionsCount
int getObjectDefinitionsCount()The Object Definitions that were requested.
repeated string object_definitions = 1;
- Returns:
- The count of objectDefinitions.
-
getObjectDefinitions
The Object Definitions that were requested.
repeated string object_definitions = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The objectDefinitions at the given index.
-
getObjectDefinitionsBytes
com.google.protobuf.ByteString getObjectDefinitionsBytes(int index) The Object Definitions that were requested.
repeated string object_definitions = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the objectDefinitions at the given index.
-
getComputedDefinitionsRevision
String getComputedDefinitionsRevision()The computed revision of the returned object definitions.
string computed_definitions_revision = 2;
- Returns:
- The computedDefinitionsRevision.
-
getComputedDefinitionsRevisionBytes
com.google.protobuf.ByteString getComputedDefinitionsRevisionBytes()The computed revision of the returned object definitions.
string computed_definitions_revision = 2;
- Returns:
- The bytes for computedDefinitionsRevision.
-