Package io.deephaven.proto.schema
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 TypeMethodDescriptiongetCode()string code = 3;com.google.protobuf.ByteStringstring code = 3;string comment = 4;com.google.protobuf.ByteStringstring comment = 4;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;only valid for createintonly valid for createMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-