Interface Schema.WriteSchemaResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Schema.WriteSchemaResponse, Schema.WriteSchemaResponse.Builder
Enclosing class:
Schema

public static interface Schema.WriteSchemaResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The computed revision of the written object definitions.
    com.google.protobuf.ByteString
    The computed revision of the written object definitions.
    The names of the Object Definitions that were written.
    com.google.protobuf.ByteString
    The names of the Object Definitions that were written.
    int
    The names of the Object Definitions that were written.
    The names of the Object Definitions that were written.

    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

    • getObjectDefinitionsNamesList

      List<String> getObjectDefinitionsNamesList()
       The names of the Object Definitions that were written.
       
      repeated string object_definitions_names = 1;
      Returns:
      A list containing the objectDefinitionsNames.
    • getObjectDefinitionsNamesCount

      int getObjectDefinitionsNamesCount()
       The names of the Object Definitions that were written.
       
      repeated string object_definitions_names = 1;
      Returns:
      The count of objectDefinitionsNames.
    • getObjectDefinitionsNames

      String getObjectDefinitionsNames(int index)
       The names of the Object Definitions that were written.
       
      repeated string object_definitions_names = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The objectDefinitionsNames at the given index.
    • getObjectDefinitionsNamesBytes

      com.google.protobuf.ByteString getObjectDefinitionsNamesBytes(int index)
       The names of the Object Definitions that were written.
       
      repeated string object_definitions_names = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the objectDefinitionsNames at the given index.
    • getComputedDefinitionsRevision

      String getComputedDefinitionsRevision()
       The computed revision of the written object definitions.
       
      string computed_definitions_revision = 2;
      Returns:
      The computedDefinitionsRevision.
    • getComputedDefinitionsRevisionBytes

      com.google.protobuf.ByteString getComputedDefinitionsRevisionBytes()
       The computed revision of the written object definitions.
       
      string computed_definitions_revision = 2;
      Returns:
      The bytes for computedDefinitionsRevision.