Interface WriteSchemaRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WriteSchemaRequest, WriteSchemaRequest.Builder

public interface WriteSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The Schema containing one or more Object Definitions that will be written to the Permissions System.
    com.google.protobuf.ByteString
    The Schema containing one or more Object Definitions that will be written to the Permissions System.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSchema

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

      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) = { ... }
      Returns:
      The bytes for schema.