-
- All Implemented Interfaces:
-
com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaResponseOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class SchemaServiceOuterClass.ReadSchemaResponse extends GeneratedMessageV3 implements SchemaServiceOuterClass.ReadSchemaResponseOrBuilder
Protobuf typeReadSchemaResponse is the resulting data after having read the Object Definitions from a Schema.authzed.api.v1.ReadSchemaResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSchemaServiceOuterClass.ReadSchemaResponse.Builder
Protobuf typeReadSchemaResponse is the resulting data after having read the Object Definitions from a Schema.authzed.api.v1.ReadSchemaResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intSCHEMA_TEXT_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getSchemaText
String getSchemaText()
schema_text is the textual form of the current schema in the systemstring schema_text = 1;
-
getSchemaTextBytes
ByteString getSchemaTextBytes()
schema_text is the textual form of the current schema in the systemstring schema_text = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(ByteBuffer data)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(ByteString data)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(Array<byte> data)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(InputStream input)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(CodedInputStream input)
-
parseFrom
static SchemaServiceOuterClass.ReadSchemaResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SchemaServiceOuterClass.ReadSchemaResponse.Builder newBuilderForType()
-
newBuilder
static SchemaServiceOuterClass.ReadSchemaResponse.Builder newBuilder()
-
newBuilder
static SchemaServiceOuterClass.ReadSchemaResponse.Builder newBuilder(SchemaServiceOuterClass.ReadSchemaResponse prototype)
-
getDefaultInstance
static SchemaServiceOuterClass.ReadSchemaResponse getDefaultInstance()
-
parser
static Parser<SchemaServiceOuterClass.ReadSchemaResponse> parser()
-
getParserForType
Parser<SchemaServiceOuterClass.ReadSchemaResponse> getParserForType()
-
getDefaultInstanceForType
SchemaServiceOuterClass.ReadSchemaResponse getDefaultInstanceForType()
-
-
-
-