Package onnx
Class OnnxMl.TypeProto
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite
-
- org.nd4j.shade.protobuf.AbstractMessage
-
- org.nd4j.shade.protobuf.GeneratedMessageV3
-
- onnx.OnnxMl.TypeProto
-
- All Implemented Interfaces:
Serializable
,OnnxMl.TypeProtoOrBuilder
,org.nd4j.shade.protobuf.Message
,org.nd4j.shade.protobuf.MessageLite
,org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- Enclosing class:
- OnnxMl
public static final class OnnxMl.TypeProto extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements OnnxMl.TypeProtoOrBuilder
Types The standard ONNX data types.
Protobuf typeonnx.TypeProto
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OnnxMl.TypeProto.Builder
Types The standard ONNX data types.static class
OnnxMl.TypeProto.Map
map<K,V>static interface
OnnxMl.TypeProto.MapOrBuilder
static class
OnnxMl.TypeProto.Opaque
Protobuf typeonnx.TypeProto.Opaque
static interface
OnnxMl.TypeProto.OpaqueOrBuilder
static class
OnnxMl.TypeProto.Optional
wrapper for Tensor, Sequence, or Mapstatic interface
OnnxMl.TypeProto.OptionalOrBuilder
static class
OnnxMl.TypeProto.Sequence
repeated Tstatic interface
OnnxMl.TypeProto.SequenceOrBuilder
static class
OnnxMl.TypeProto.SparseTensor
Protobuf typeonnx.TypeProto.SparseTensor
static interface
OnnxMl.TypeProto.SparseTensorOrBuilder
static class
OnnxMl.TypeProto.Tensor
Protobuf typeonnx.TypeProto.Tensor
static interface
OnnxMl.TypeProto.TensorOrBuilder
static class
OnnxMl.TypeProto.ValueCase
-
Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DENOTATION_FIELD_NUMBER
static int
MAP_TYPE_FIELD_NUMBER
static int
OPAQUE_TYPE_FIELD_NUMBER
static int
OPTIONAL_TYPE_FIELD_NUMBER
static int
SEQUENCE_TYPE_FIELD_NUMBER
static int
SPARSE_TENSOR_TYPE_FIELD_NUMBER
static int
TENSOR_TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static OnnxMl.TypeProto
getDefaultInstance()
OnnxMl.TypeProto
getDefaultInstanceForType()
String
getDenotation()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.org.nd4j.shade.protobuf.ByteString
getDenotationBytes()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside.static org.nd4j.shade.protobuf.Descriptors.Descriptor
getDescriptor()
OnnxMl.TypeProto.Map
getMapType()
The type of a map.OnnxMl.TypeProto.MapOrBuilder
getMapTypeOrBuilder()
The type of a map.OnnxMl.TypeProto.Opaque
getOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;
OnnxMl.TypeProto.OpaqueOrBuilder
getOpaqueTypeOrBuilder()
.onnx.TypeProto.Opaque opaque_type = 7;
OnnxMl.TypeProto.Optional
getOptionalType()
The type of an optional.OnnxMl.TypeProto.OptionalOrBuilder
getOptionalTypeOrBuilder()
The type of an optional.org.nd4j.shade.protobuf.Parser<OnnxMl.TypeProto>
getParserForType()
OnnxMl.TypeProto.Sequence
getSequenceType()
The type of a sequence.OnnxMl.TypeProto.SequenceOrBuilder
getSequenceTypeOrBuilder()
The type of a sequence.int
getSerializedSize()
OnnxMl.TypeProto.SparseTensor
getSparseTensorType()
Type of the sparse tensorOnnxMl.TypeProto.SparseTensorOrBuilder
getSparseTensorTypeOrBuilder()
Type of the sparse tensorOnnxMl.TypeProto.Tensor
getTensorType()
The type of a tensor.OnnxMl.TypeProto.TensorOrBuilder
getTensorTypeOrBuilder()
The type of a tensor.org.nd4j.shade.protobuf.UnknownFieldSet
getUnknownFields()
OnnxMl.TypeProto.ValueCase
getValueCase()
int
hashCode()
boolean
hasMapType()
The type of a map.boolean
hasOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;
boolean
hasOptionalType()
The type of an optional.boolean
hasSequenceType()
The type of a sequence.boolean
hasSparseTensorType()
Type of the sparse tensorboolean
hasTensorType()
The type of a tensor.protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static OnnxMl.TypeProto.Builder
newBuilder()
static OnnxMl.TypeProto.Builder
newBuilder(OnnxMl.TypeProto prototype)
OnnxMl.TypeProto.Builder
newBuilderForType()
protected OnnxMl.TypeProto.Builder
newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static OnnxMl.TypeProto
parseDelimitedFrom(InputStream input)
static OnnxMl.TypeProto
parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TypeProto
parseFrom(byte[] data)
static OnnxMl.TypeProto
parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TypeProto
parseFrom(InputStream input)
static OnnxMl.TypeProto
parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TypeProto
parseFrom(ByteBuffer data)
static OnnxMl.TypeProto
parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TypeProto
parseFrom(org.nd4j.shade.protobuf.ByteString data)
static OnnxMl.TypeProto
parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static OnnxMl.TypeProto
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static OnnxMl.TypeProto
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static org.nd4j.shade.protobuf.Parser<OnnxMl.TypeProto>
parser()
OnnxMl.TypeProto.Builder
toBuilder()
void
writeTo(org.nd4j.shade.protobuf.CodedOutputStream output)
-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TENSOR_TYPE_FIELD_NUMBER
public static final int TENSOR_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SEQUENCE_TYPE_FIELD_NUMBER
public static final int SEQUENCE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAP_TYPE_FIELD_NUMBER
public static final int MAP_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTIONAL_TYPE_FIELD_NUMBER
public static final int OPTIONAL_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPARSE_TENSOR_TYPE_FIELD_NUMBER
public static final int SPARSE_TENSOR_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPAQUE_TYPE_FIELD_NUMBER
public static final int OPAQUE_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DENOTATION_FIELD_NUMBER
public static final int DENOTATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getUnknownFields
public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getValueCase
public OnnxMl.TypeProto.ValueCase getValueCase()
- Specified by:
getValueCase
in interfaceOnnxMl.TypeProtoOrBuilder
-
hasTensorType
public boolean hasTensorType()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;
- Specified by:
hasTensorType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- Whether the tensorType field is set.
-
getTensorType
public OnnxMl.TypeProto.Tensor getTensorType()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;
- Specified by:
getTensorType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The tensorType.
-
getTensorTypeOrBuilder
public OnnxMl.TypeProto.TensorOrBuilder getTensorTypeOrBuilder()
The type of a tensor.
.onnx.TypeProto.Tensor tensor_type = 1;
- Specified by:
getTensorTypeOrBuilder
in interfaceOnnxMl.TypeProtoOrBuilder
-
hasSequenceType
public boolean hasSequenceType()
The type of a sequence.
.onnx.TypeProto.Sequence sequence_type = 4;
- Specified by:
hasSequenceType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- Whether the sequenceType field is set.
-
getSequenceType
public OnnxMl.TypeProto.Sequence getSequenceType()
The type of a sequence.
.onnx.TypeProto.Sequence sequence_type = 4;
- Specified by:
getSequenceType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The sequenceType.
-
getSequenceTypeOrBuilder
public OnnxMl.TypeProto.SequenceOrBuilder getSequenceTypeOrBuilder()
The type of a sequence.
.onnx.TypeProto.Sequence sequence_type = 4;
- Specified by:
getSequenceTypeOrBuilder
in interfaceOnnxMl.TypeProtoOrBuilder
-
hasMapType
public boolean hasMapType()
The type of a map.
.onnx.TypeProto.Map map_type = 5;
- Specified by:
hasMapType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- Whether the mapType field is set.
-
getMapType
public OnnxMl.TypeProto.Map getMapType()
The type of a map.
.onnx.TypeProto.Map map_type = 5;
- Specified by:
getMapType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The mapType.
-
getMapTypeOrBuilder
public OnnxMl.TypeProto.MapOrBuilder getMapTypeOrBuilder()
The type of a map.
.onnx.TypeProto.Map map_type = 5;
- Specified by:
getMapTypeOrBuilder
in interfaceOnnxMl.TypeProtoOrBuilder
-
hasOptionalType
public boolean hasOptionalType()
The type of an optional.
.onnx.TypeProto.Optional optional_type = 9;
- Specified by:
hasOptionalType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- Whether the optionalType field is set.
-
getOptionalType
public OnnxMl.TypeProto.Optional getOptionalType()
The type of an optional.
.onnx.TypeProto.Optional optional_type = 9;
- Specified by:
getOptionalType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The optionalType.
-
getOptionalTypeOrBuilder
public OnnxMl.TypeProto.OptionalOrBuilder getOptionalTypeOrBuilder()
The type of an optional.
.onnx.TypeProto.Optional optional_type = 9;
- Specified by:
getOptionalTypeOrBuilder
in interfaceOnnxMl.TypeProtoOrBuilder
-
hasSparseTensorType
public boolean hasSparseTensorType()
Type of the sparse tensor
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
- Specified by:
hasSparseTensorType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- Whether the sparseTensorType field is set.
-
getSparseTensorType
public OnnxMl.TypeProto.SparseTensor getSparseTensorType()
Type of the sparse tensor
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
- Specified by:
getSparseTensorType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The sparseTensorType.
-
getSparseTensorTypeOrBuilder
public OnnxMl.TypeProto.SparseTensorOrBuilder getSparseTensorTypeOrBuilder()
Type of the sparse tensor
.onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
- Specified by:
getSparseTensorTypeOrBuilder
in interfaceOnnxMl.TypeProtoOrBuilder
-
hasOpaqueType
public boolean hasOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;
- Specified by:
hasOpaqueType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- Whether the opaqueType field is set.
-
getOpaqueType
public OnnxMl.TypeProto.Opaque getOpaqueType()
.onnx.TypeProto.Opaque opaque_type = 7;
- Specified by:
getOpaqueType
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The opaqueType.
-
getOpaqueTypeOrBuilder
public OnnxMl.TypeProto.OpaqueOrBuilder getOpaqueTypeOrBuilder()
.onnx.TypeProto.Opaque opaque_type = 7;
- Specified by:
getOpaqueTypeOrBuilder
in interfaceOnnxMl.TypeProtoOrBuilder
-
getDenotation
public String getDenotation()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside. Refer to https://github.com/onnx/onnx/blob/main/docs/TypeDenotation.md#type-denotation-definition for pre-defined type denotations.
string denotation = 6;
- Specified by:
getDenotation
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The denotation.
-
getDenotationBytes
public org.nd4j.shade.protobuf.ByteString getDenotationBytes()
An optional denotation can be used to denote the whole type with a standard semantic description as to what is stored inside. Refer to https://github.com/onnx/onnx/blob/main/docs/TypeDenotation.md#type-denotation-definition for pre-defined type denotations.
string denotation = 6;
- Specified by:
getDenotationBytes
in interfaceOnnxMl.TypeProtoOrBuilder
- Returns:
- The bytes for denotation.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfaceorg.nd4j.shade.protobuf.MessageLite
- Overrides:
writeTo
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceorg.nd4j.shade.protobuf.MessageLite
- Overrides:
getSerializedSize
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfaceorg.nd4j.shade.protobuf.Message
- Overrides:
equals
in classorg.nd4j.shade.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfaceorg.nd4j.shade.protobuf.Message
- Overrides:
hashCode
in classorg.nd4j.shade.protobuf.AbstractMessage
-
parseFrom
public static OnnxMl.TypeProto parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OnnxMl.TypeProto parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OnnxMl.TypeProto parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OnnxMl.TypeProto parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public OnnxMl.TypeProto.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceorg.nd4j.shade.protobuf.Message
- Specified by:
newBuilderForType
in interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilder
public static OnnxMl.TypeProto.Builder newBuilder()
-
newBuilder
public static OnnxMl.TypeProto.Builder newBuilder(OnnxMl.TypeProto prototype)
-
toBuilder
public OnnxMl.TypeProto.Builder toBuilder()
- Specified by:
toBuilder
in interfaceorg.nd4j.shade.protobuf.Message
- Specified by:
toBuilder
in interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilderForType
protected OnnxMl.TypeProto.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OnnxMl.TypeProto getDefaultInstance()
-
parser
public static org.nd4j.shade.protobuf.Parser<OnnxMl.TypeProto> parser()
-
getParserForType
public org.nd4j.shade.protobuf.Parser<OnnxMl.TypeProto> getParserForType()
- Specified by:
getParserForType
in interfaceorg.nd4j.shade.protobuf.Message
- Specified by:
getParserForType
in interfaceorg.nd4j.shade.protobuf.MessageLite
- Overrides:
getParserForType
in classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OnnxMl.TypeProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
-