Package biscuit.format.schema
Class Schema.Op
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- biscuit.format.schema.Schema.Op
-
- All Implemented Interfaces:
Schema.OpOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- Schema
public static final class Schema.Op extends com.google.protobuf.GeneratedMessageV3 implements Schema.OpOrBuilder
Protobuf typebiscuit.format.schema.Op- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchema.Op.BuilderProtobuf typebiscuit.format.schema.Opstatic classSchema.Op.ContentCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBINARY_FIELD_NUMBERstatic com.google.protobuf.Parser<Schema.Op>PARSERDeprecated.static intUNARY_FIELD_NUMBERstatic intVALUE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Schema.OpBinarygetBinary().biscuit.format.schema.OpBinary Binary = 3;Schema.OpBinaryOrBuildergetBinaryOrBuilder().biscuit.format.schema.OpBinary Binary = 3;Schema.Op.ContentCasegetContentCase()static Schema.OpgetDefaultInstance()Schema.OpgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<Schema.Op>getParserForType()intgetSerializedSize()Schema.OpUnarygetUnary().biscuit.format.schema.OpUnary unary = 2;Schema.OpUnaryOrBuildergetUnaryOrBuilder().biscuit.format.schema.OpUnary unary = 2;com.google.protobuf.UnknownFieldSetgetUnknownFields()Schema.TermV2getValue().biscuit.format.schema.TermV2 value = 1;Schema.TermV2OrBuildergetValueOrBuilder().biscuit.format.schema.TermV2 value = 1;booleanhasBinary().biscuit.format.schema.OpBinary Binary = 3;inthashCode()booleanhasUnary().biscuit.format.schema.OpUnary unary = 2;booleanhasValue().biscuit.format.schema.TermV2 value = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Schema.Op.BuildernewBuilder()static Schema.Op.BuildernewBuilder(Schema.Op prototype)Schema.Op.BuildernewBuilderForType()protected Schema.Op.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Schema.OpparseDelimitedFrom(InputStream input)static Schema.OpparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpparseFrom(byte[] data)static Schema.OpparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpparseFrom(com.google.protobuf.ByteString data)static Schema.OpparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpparseFrom(com.google.protobuf.CodedInputStream input)static Schema.OpparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpparseFrom(InputStream input)static Schema.OpparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.OpparseFrom(ByteBuffer data)static Schema.OpparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Schema.Op>parser()Schema.Op.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNARY_FIELD_NUMBER
public static final int UNARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BINARY_FIELD_NUMBER
public static final int BINARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Schema.Op> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getContentCase
public Schema.Op.ContentCase getContentCase()
- Specified by:
getContentCasein interfaceSchema.OpOrBuilder
-
hasValue
public boolean hasValue()
.biscuit.format.schema.TermV2 value = 1;- Specified by:
hasValuein interfaceSchema.OpOrBuilder- Returns:
- Whether the value field is set.
-
getValue
public Schema.TermV2 getValue()
.biscuit.format.schema.TermV2 value = 1;- Specified by:
getValuein interfaceSchema.OpOrBuilder- Returns:
- The value.
-
getValueOrBuilder
public Schema.TermV2OrBuilder getValueOrBuilder()
.biscuit.format.schema.TermV2 value = 1;- Specified by:
getValueOrBuilderin interfaceSchema.OpOrBuilder
-
hasUnary
public boolean hasUnary()
.biscuit.format.schema.OpUnary unary = 2;- Specified by:
hasUnaryin interfaceSchema.OpOrBuilder- Returns:
- Whether the unary field is set.
-
getUnary
public Schema.OpUnary getUnary()
.biscuit.format.schema.OpUnary unary = 2;- Specified by:
getUnaryin interfaceSchema.OpOrBuilder- Returns:
- The unary.
-
getUnaryOrBuilder
public Schema.OpUnaryOrBuilder getUnaryOrBuilder()
.biscuit.format.schema.OpUnary unary = 2;- Specified by:
getUnaryOrBuilderin interfaceSchema.OpOrBuilder
-
hasBinary
public boolean hasBinary()
.biscuit.format.schema.OpBinary Binary = 3;- Specified by:
hasBinaryin interfaceSchema.OpOrBuilder- Returns:
- Whether the binary field is set.
-
getBinary
public Schema.OpBinary getBinary()
.biscuit.format.schema.OpBinary Binary = 3;- Specified by:
getBinaryin interfaceSchema.OpOrBuilder- Returns:
- The binary.
-
getBinaryOrBuilder
public Schema.OpBinaryOrBuilder getBinaryOrBuilder()
.biscuit.format.schema.OpBinary Binary = 3;- Specified by:
getBinaryOrBuilderin interfaceSchema.OpOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Schema.Op parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.Op parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.Op parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.Op parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.Op parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.Op parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.Op parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Schema.Op parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Schema.Op parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Schema.Op parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Schema.Op parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Schema.Op parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Schema.Op.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Schema.Op.Builder newBuilder()
-
newBuilder
public static Schema.Op.Builder newBuilder(Schema.Op prototype)
-
toBuilder
public Schema.Op.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Schema.Op.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Schema.Op getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Schema.Op> parser()
-
getParserForType
public com.google.protobuf.Parser<Schema.Op> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Schema.Op getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-