Class Schema.WriteSchemaRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Schema.WriteSchemaRequest.Builder>
com.authzed.api.v1alpha1.Schema.WriteSchemaRequest.Builder
All Implemented Interfaces:
Schema.WriteSchemaRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Schema.WriteSchemaRequest

public static final class Schema.WriteSchemaRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<Schema.WriteSchemaRequest.Builder> implements Schema.WriteSchemaRequestOrBuilder
 WriteSchemaRequest is the required data used to "upsert" the Schema of a
 Permissions System.
 
Protobuf type authzed.api.v1alpha1.WriteSchemaRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Schema.WriteSchemaRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Schema.WriteSchemaRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Schema.WriteSchemaRequest.Builder>
    • getDefaultInstanceForType

      public Schema.WriteSchemaRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Schema.WriteSchemaRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Schema.WriteSchemaRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Schema.WriteSchemaRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schema.WriteSchemaRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Schema.WriteSchemaRequest.Builder>
    • mergeFrom

      public Schema.WriteSchemaRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schema.WriteSchemaRequest.Builder>
      Throws:
      IOException
    • getSchema

      public String getSchema()
       The Schema containing one or more Object Definitions that will be written
       to the Permissions System.
       
      string schema = 1 [(.validate.rules) = { ... }
      Specified by:
      getSchema in interface Schema.WriteSchemaRequestOrBuilder
      Returns:
      The schema.
    • getSchemaBytes

      public com.google.protobuf.ByteString getSchemaBytes()
       The Schema containing one or more Object Definitions that will be written
       to the Permissions System.
       
      string schema = 1 [(.validate.rules) = { ... }
      Specified by:
      getSchemaBytes in interface Schema.WriteSchemaRequestOrBuilder
      Returns:
      The bytes for schema.
    • setSchema

      public Schema.WriteSchemaRequest.Builder setSchema(String value)
       The Schema containing one or more Object Definitions that will be written
       to the Permissions System.
       
      string schema = 1 [(.validate.rules) = { ... }
      Parameters:
      value - The schema to set.
      Returns:
      This builder for chaining.
    • clearSchema

      public Schema.WriteSchemaRequest.Builder clearSchema()
       The Schema containing one or more Object Definitions that will be written
       to the Permissions System.
       
      string schema = 1 [(.validate.rules) = { ... }
      Returns:
      This builder for chaining.
    • setSchemaBytes

      public Schema.WriteSchemaRequest.Builder setSchemaBytes(com.google.protobuf.ByteString value)
       The Schema containing one or more Object Definitions that will be written
       to the Permissions System.
       
      string schema = 1 [(.validate.rules) = { ... }
      Parameters:
      value - The bytes for schema to set.
      Returns:
      This builder for chaining.
    • getOptionalDefinitionsRevisionPrecondition

      public String getOptionalDefinitionsRevisionPrecondition()
       If specified, the existing revision of object definitions in the schema that must be present for
       the write to succeed. If the revision specified differs (i.e. the underlying schema has changed),
       the write call will fail with a FAILED_PRECONDITION error.
       
      string optional_definitions_revision_precondition = 2;
      Specified by:
      getOptionalDefinitionsRevisionPrecondition in interface Schema.WriteSchemaRequestOrBuilder
      Returns:
      The optionalDefinitionsRevisionPrecondition.
    • getOptionalDefinitionsRevisionPreconditionBytes

      public com.google.protobuf.ByteString getOptionalDefinitionsRevisionPreconditionBytes()
       If specified, the existing revision of object definitions in the schema that must be present for
       the write to succeed. If the revision specified differs (i.e. the underlying schema has changed),
       the write call will fail with a FAILED_PRECONDITION error.
       
      string optional_definitions_revision_precondition = 2;
      Specified by:
      getOptionalDefinitionsRevisionPreconditionBytes in interface Schema.WriteSchemaRequestOrBuilder
      Returns:
      The bytes for optionalDefinitionsRevisionPrecondition.
    • setOptionalDefinitionsRevisionPrecondition

      public Schema.WriteSchemaRequest.Builder setOptionalDefinitionsRevisionPrecondition(String value)
       If specified, the existing revision of object definitions in the schema that must be present for
       the write to succeed. If the revision specified differs (i.e. the underlying schema has changed),
       the write call will fail with a FAILED_PRECONDITION error.
       
      string optional_definitions_revision_precondition = 2;
      Parameters:
      value - The optionalDefinitionsRevisionPrecondition to set.
      Returns:
      This builder for chaining.
    • clearOptionalDefinitionsRevisionPrecondition

      public Schema.WriteSchemaRequest.Builder clearOptionalDefinitionsRevisionPrecondition()
       If specified, the existing revision of object definitions in the schema that must be present for
       the write to succeed. If the revision specified differs (i.e. the underlying schema has changed),
       the write call will fail with a FAILED_PRECONDITION error.
       
      string optional_definitions_revision_precondition = 2;
      Returns:
      This builder for chaining.
    • setOptionalDefinitionsRevisionPreconditionBytes

      public Schema.WriteSchemaRequest.Builder setOptionalDefinitionsRevisionPreconditionBytes(com.google.protobuf.ByteString value)
       If specified, the existing revision of object definitions in the schema that must be present for
       the write to succeed. If the revision specified differs (i.e. the underlying schema has changed),
       the write call will fail with a FAILED_PRECONDITION error.
       
      string optional_definitions_revision_precondition = 2;
      Parameters:
      value - The bytes for optionalDefinitionsRevisionPrecondition to set.
      Returns:
      This builder for chaining.