Package com.authzed.api.v1
Interface ExperimentalDiffSchemaRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalDiffSchemaRequest
,ExperimentalDiffSchemaRequest.Builder
public interface ExperimentalDiffSchemaRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring comparison_schema = 2;
com.google.protobuf.ByteString
string comparison_schema = 2;
.authzed.api.v1.Consistency consistency = 1;
.authzed.api.v1.Consistency consistency = 1;
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;
-
getComparisonSchema
String getComparisonSchema()string comparison_schema = 2;
- Returns:
- The comparisonSchema.
-
getComparisonSchemaBytes
com.google.protobuf.ByteString getComparisonSchemaBytes()string comparison_schema = 2;
- Returns:
- The bytes for comparisonSchema.
-