-
- All Implemented Interfaces:
-
com.authzed.api.v1.SchemaServiceOuterClass.WriteSchemaRequestOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class SchemaServiceOuterClass.WriteSchemaRequest extends GeneratedMessageV3 implements SchemaServiceOuterClass.WriteSchemaRequestOrBuilder
Protobuf typeWriteSchemaRequest is the required data used to "upsert" the Schema of a Permissions System.authzed.api.v1.WriteSchemaRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSchemaServiceOuterClass.WriteSchemaRequest.Builder
Protobuf typeWriteSchemaRequest is the required data used to "upsert" the Schema of a Permissions System.authzed.api.v1.WriteSchemaRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intSCHEMA_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()
-
getSchema
String getSchema()
The Schema containing one or more Object Definitions that will be written to the Permissions System.string schema = 1 [(.validate.rules) = { ... }
-
getSchemaBytes
ByteString getSchemaBytes()
The Schema containing one or more Object Definitions that will be written to the Permissions System.string schema = 1 [(.validate.rules) = { ... }
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(ByteBuffer data)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(ByteString data)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(Array<byte> data)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(InputStream input)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(CodedInputStream input)
-
parseFrom
static SchemaServiceOuterClass.WriteSchemaRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SchemaServiceOuterClass.WriteSchemaRequest.Builder newBuilderForType()
-
newBuilder
static SchemaServiceOuterClass.WriteSchemaRequest.Builder newBuilder()
-
newBuilder
static SchemaServiceOuterClass.WriteSchemaRequest.Builder newBuilder(SchemaServiceOuterClass.WriteSchemaRequest prototype)
-
getDefaultInstance
static SchemaServiceOuterClass.WriteSchemaRequest getDefaultInstance()
-
parser
static Parser<SchemaServiceOuterClass.WriteSchemaRequest> parser()
-
getParserForType
Parser<SchemaServiceOuterClass.WriteSchemaRequest> getParserForType()
-
getDefaultInstanceForType
SchemaServiceOuterClass.WriteSchemaRequest getDefaultInstanceForType()
-
-
-
-