public static final class NcStreamProto.Member extends com.google.protobuf.GeneratedMessage implements NcStreamProto.MemberOrBuilder
Member| Modifier and Type | Class and Description |
|---|---|
static class |
NcStreamProto.Member.Builder
Protobuf type
Member |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DATATYPE_FIELD_NUMBER |
static int |
ISVLEN_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
SHORTNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
NcStreamProto.DataType |
getDataType()
optional .DataType dataType = 2; |
int |
getDataTypeValue()
optional .DataType dataType = 2; |
static NcStreamProto.Member |
getDefaultInstance() |
NcStreamProto.Member |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsVlen()
optional bool isVlen = 4; |
com.google.protobuf.Parser<NcStreamProto.Member> |
getParserForType() |
int |
getSerializedSize() |
int |
getShape(int index)
repeated uint32 shape = 3; |
int |
getShapeCount()
repeated uint32 shape = 3; |
List<Integer> |
getShapeList()
repeated uint32 shape = 3; |
String |
getShortName()
optional string shortName = 1; |
com.google.protobuf.ByteString |
getShortNameBytes()
optional string shortName = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NcStreamProto.Member.Builder |
newBuilder() |
static NcStreamProto.Member.Builder |
newBuilder(NcStreamProto.Member prototype) |
NcStreamProto.Member.Builder |
newBuilderForType() |
protected NcStreamProto.Member.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static NcStreamProto.Member |
parseDelimitedFrom(InputStream input) |
static NcStreamProto.Member |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Member |
parseFrom(byte[] data) |
static NcStreamProto.Member |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Member |
parseFrom(com.google.protobuf.ByteString data) |
static NcStreamProto.Member |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Member |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NcStreamProto.Member |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Member |
parseFrom(InputStream input) |
static NcStreamProto.Member |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NcStreamProto.Member> |
parser() |
NcStreamProto.Member.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SHORTNAME_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
public static final int ISVLEN_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic String getShortName()
optional string shortName = 1;getShortName in interface NcStreamProto.MemberOrBuilderpublic com.google.protobuf.ByteString getShortNameBytes()
optional string shortName = 1;getShortNameBytes in interface NcStreamProto.MemberOrBuilderpublic int getDataTypeValue()
optional .DataType dataType = 2;getDataTypeValue in interface NcStreamProto.MemberOrBuilderpublic NcStreamProto.DataType getDataType()
optional .DataType dataType = 2;getDataType in interface NcStreamProto.MemberOrBuilderpublic List<Integer> getShapeList()
repeated uint32 shape = 3;
or section?
getShapeList in interface NcStreamProto.MemberOrBuilderpublic int getShapeCount()
repeated uint32 shape = 3;
or section?
getShapeCount in interface NcStreamProto.MemberOrBuilderpublic int getShape(int index)
repeated uint32 shape = 3;
or section?
getShape in interface NcStreamProto.MemberOrBuilderpublic boolean getIsVlen()
optional bool isVlen = 4;getIsVlen in interface NcStreamProto.MemberOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static NcStreamProto.Member parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Member parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Member parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Member parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NcStreamProto.Member parseFrom(InputStream input) throws IOException
IOExceptionpublic static NcStreamProto.Member parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NcStreamProto.Member parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NcStreamProto.Member parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NcStreamProto.Member parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NcStreamProto.Member parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NcStreamProto.Member.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NcStreamProto.Member.Builder newBuilder()
public static NcStreamProto.Member.Builder newBuilder(NcStreamProto.Member prototype)
public NcStreamProto.Member.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NcStreamProto.Member.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static NcStreamProto.Member getDefaultInstance()
public static com.google.protobuf.Parser<NcStreamProto.Member> parser()
public com.google.protobuf.Parser<NcStreamProto.Member> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic NcStreamProto.Member getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder