Package io.deephaven.proto.schema
Interface NamespaceSetRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NamespaceSetRequest,NamespaceSetRequest.Builder
@Generated
public interface NamespaceSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.schema.NamespaceSet namespaceSet = 1;int.io.deephaven.proto.schema.NamespaceSet namespaceSet = 1;Methods 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
-
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.
-