Package io.deephaven.proto.schema
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 TypeMethodDescriptionstring namespace = 2;com.google.protobuf.ByteStringstring 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
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.
-
getNamespace
String getNamespace()string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 2;- Returns:
- The bytes for namespace.
-