Interface SchemasRequestOrBuilder

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

@Generated public interface SchemasRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string namespace = 2;
    com.google.protobuf.ByteString
    string namespace = 2;
    .io.deephaven.proto.schema.NamespaceSet namespaceSet = 1;
    int
    .io.deephaven.proto.schema.NamespaceSet namespaceSet = 1;

    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

    • getNamespaceSetValue

      int getNamespaceSetValue()
      .io.deephaven.proto.schema.NamespaceSet namespaceSet = 1;
      Returns:
      The enum numeric value on the wire for namespaceSet.
    • getNamespaceSet

      NamespaceSet getNamespaceSet()
      .io.deephaven.proto.schema.NamespaceSet namespaceSet = 1;
      Returns:
      The namespaceSet.
    • getNamespace

      String getNamespace()
      string namespace = 2;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 2;
      Returns:
      The bytes for namespace.