Package biscuit.format.schema
Interface Schema.ScopeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.Scope,Schema.Scope.Builder
- Enclosing class:
- Schema
public static interface Schema.ScopeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Schema.Scope.ContentCasegetContentCase()longgetPublicKey()int64 publicKey = 2;Schema.Scope.ScopeTypegetScopeType().biscuit.format.schema.Scope.ScopeType scopeType = 1;booleanhasPublicKey()int64 publicKey = 2;booleanhasScopeType().biscuit.format.schema.Scope.ScopeType scopeType = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasScopeType
boolean hasScopeType()
.biscuit.format.schema.Scope.ScopeType scopeType = 1;- Returns:
- Whether the scopeType field is set.
-
getScopeType
Schema.Scope.ScopeType getScopeType()
.biscuit.format.schema.Scope.ScopeType scopeType = 1;- Returns:
- The scopeType.
-
hasPublicKey
boolean hasPublicKey()
int64 publicKey = 2;- Returns:
- Whether the publicKey field is set.
-
getPublicKey
long getPublicKey()
int64 publicKey = 2;- Returns:
- The publicKey.
-
getContentCase
Schema.Scope.ContentCase getContentCase()
-
-