Interface NamespaceRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string code = 3;
    com.google.protobuf.ByteString
    string code = 3;
    string comment = 4;
    com.google.protobuf.ByteString
    string comment = 4;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    only valid for create
    int
    only valid for create

    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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getNamespaceSetValue

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

      NamespaceSet getNamespaceSet()
       only valid for create
       
      .io.deephaven.proto.schema.NamespaceSet namespaceSet = 2;
      Returns:
      The namespaceSet.
    • getCode

      String getCode()
      string code = 3;
      Returns:
      The code.
    • getCodeBytes

      com.google.protobuf.ByteString getCodeBytes()
      string code = 3;
      Returns:
      The bytes for code.
    • getComment

      String getComment()
      string comment = 4;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
      string comment = 4;
      Returns:
      The bytes for comment.