Package ai.onnx.proto

Class OnnxMl.TypeProto.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
ai.onnx.proto.OnnxMl.TypeProto.Builder
All Implemented Interfaces:
OnnxMl.TypeProtoOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
OnnxMl.TypeProto

public static final class OnnxMl.TypeProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder> implements OnnxMl.TypeProtoOrBuilder
 Types
 The standard ONNX data types.
 
Protobuf type onnx.TypeProto
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • clear

      public OnnxMl.TypeProto.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • getDefaultInstanceForType

      public OnnxMl.TypeProto getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public OnnxMl.TypeProto build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public OnnxMl.TypeProto buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public OnnxMl.TypeProto.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • setField

      public OnnxMl.TypeProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • clearField

      public OnnxMl.TypeProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • clearOneof

      public OnnxMl.TypeProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • setRepeatedField

      public OnnxMl.TypeProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • addRepeatedField

      public OnnxMl.TypeProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • mergeFrom

      public OnnxMl.TypeProto.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<OnnxMl.TypeProto.Builder>
    • mergeFrom

      public OnnxMl.TypeProto.Builder mergeFrom(OnnxMl.TypeProto other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • mergeFrom

      public OnnxMl.TypeProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<OnnxMl.TypeProto.Builder>
      Throws:
      IOException
    • getValueCase

      public OnnxMl.TypeProto.ValueCase getValueCase()
      Specified by:
      getValueCase in interface OnnxMl.TypeProtoOrBuilder
    • clearValue

      public OnnxMl.TypeProto.Builder clearValue()
    • hasTensorType

      public boolean hasTensorType()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Specified by:
      hasTensorType in interface OnnxMl.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 interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The tensorType.
    • setTensorType

      public OnnxMl.TypeProto.Builder setTensorType(OnnxMl.TypeProto.Tensor value)
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
    • setTensorType

      public OnnxMl.TypeProto.Builder setTensorType(OnnxMl.TypeProto.Tensor.Builder builderForValue)
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
    • mergeTensorType

      public OnnxMl.TypeProto.Builder mergeTensorType(OnnxMl.TypeProto.Tensor value)
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
    • clearTensorType

      public OnnxMl.TypeProto.Builder clearTensorType()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
    • getTensorTypeBuilder

      public OnnxMl.TypeProto.Tensor.Builder getTensorTypeBuilder()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
    • getTensorTypeOrBuilder

      public OnnxMl.TypeProto.TensorOrBuilder getTensorTypeOrBuilder()
       The type of a tensor.
       
      .onnx.TypeProto.Tensor tensor_type = 1;
      Specified by:
      getTensorTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasSequenceType

      public boolean hasSequenceType()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Specified by:
      hasSequenceType in interface OnnxMl.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 interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The sequenceType.
    • setSequenceType

      public OnnxMl.TypeProto.Builder setSequenceType(OnnxMl.TypeProto.Sequence value)
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
    • setSequenceType

      public OnnxMl.TypeProto.Builder setSequenceType(OnnxMl.TypeProto.Sequence.Builder builderForValue)
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
    • mergeSequenceType

      public OnnxMl.TypeProto.Builder mergeSequenceType(OnnxMl.TypeProto.Sequence value)
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
    • clearSequenceType

      public OnnxMl.TypeProto.Builder clearSequenceType()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
    • getSequenceTypeBuilder

      public OnnxMl.TypeProto.Sequence.Builder getSequenceTypeBuilder()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
    • getSequenceTypeOrBuilder

      public OnnxMl.TypeProto.SequenceOrBuilder getSequenceTypeOrBuilder()
       The type of a sequence.
       
      .onnx.TypeProto.Sequence sequence_type = 4;
      Specified by:
      getSequenceTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasMapType

      public boolean hasMapType()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Specified by:
      hasMapType in interface OnnxMl.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 interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The mapType.
    • setMapType

       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
    • setMapType

      public OnnxMl.TypeProto.Builder setMapType(OnnxMl.TypeProto.Map.Builder builderForValue)
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
    • mergeMapType

      public OnnxMl.TypeProto.Builder mergeMapType(OnnxMl.TypeProto.Map value)
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
    • clearMapType

      public OnnxMl.TypeProto.Builder clearMapType()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
    • getMapTypeBuilder

      public OnnxMl.TypeProto.Map.Builder getMapTypeBuilder()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
    • getMapTypeOrBuilder

      public OnnxMl.TypeProto.MapOrBuilder getMapTypeOrBuilder()
       The type of a map.
       
      .onnx.TypeProto.Map map_type = 5;
      Specified by:
      getMapTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasSparseTensorType

      public boolean hasSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Specified by:
      hasSparseTensorType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the sparseTensorType field is set.
    • getSparseTensorType

      public OnnxMl.TypeProto.SparseTensor getSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Specified by:
      getSparseTensorType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The sparseTensorType.
    • setSparseTensorType

      public OnnxMl.TypeProto.Builder setSparseTensorType(OnnxMl.TypeProto.SparseTensor value)
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • setSparseTensorType

      public OnnxMl.TypeProto.Builder setSparseTensorType(OnnxMl.TypeProto.SparseTensor.Builder builderForValue)
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • mergeSparseTensorType

      public OnnxMl.TypeProto.Builder mergeSparseTensorType(OnnxMl.TypeProto.SparseTensor value)
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • clearSparseTensorType

      public OnnxMl.TypeProto.Builder clearSparseTensorType()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • getSparseTensorTypeBuilder

      public OnnxMl.TypeProto.SparseTensor.Builder getSparseTensorTypeBuilder()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
    • getSparseTensorTypeOrBuilder

      public OnnxMl.TypeProto.SparseTensorOrBuilder getSparseTensorTypeOrBuilder()
      .onnx.TypeProto.SparseTensor sparse_tensor_type = 8;
      Specified by:
      getSparseTensorTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasOpaqueType

      public boolean hasOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Specified by:
      hasOpaqueType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the opaqueType field is set.
    • getOpaqueType

      public OnnxMl.TypeProto.Opaque getOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Specified by:
      getOpaqueType in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The opaqueType.
    • setOpaqueType

      public OnnxMl.TypeProto.Builder setOpaqueType(OnnxMl.TypeProto.Opaque value)
      .onnx.TypeProto.Opaque opaque_type = 7;
    • setOpaqueType

      public OnnxMl.TypeProto.Builder setOpaqueType(OnnxMl.TypeProto.Opaque.Builder builderForValue)
      .onnx.TypeProto.Opaque opaque_type = 7;
    • mergeOpaqueType

      public OnnxMl.TypeProto.Builder mergeOpaqueType(OnnxMl.TypeProto.Opaque value)
      .onnx.TypeProto.Opaque opaque_type = 7;
    • clearOpaqueType

      public OnnxMl.TypeProto.Builder clearOpaqueType()
      .onnx.TypeProto.Opaque opaque_type = 7;
    • getOpaqueTypeBuilder

      public OnnxMl.TypeProto.Opaque.Builder getOpaqueTypeBuilder()
      .onnx.TypeProto.Opaque opaque_type = 7;
    • getOpaqueTypeOrBuilder

      public OnnxMl.TypeProto.OpaqueOrBuilder getOpaqueTypeOrBuilder()
      .onnx.TypeProto.Opaque opaque_type = 7;
      Specified by:
      getOpaqueTypeOrBuilder in interface OnnxMl.TypeProtoOrBuilder
    • hasDenotation

      public boolean hasDenotation()
       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/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Specified by:
      hasDenotation in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      Whether the denotation field is set.
    • 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/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Specified by:
      getDenotation in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The denotation.
    • getDenotationBytes

      public com.google.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/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Specified by:
      getDenotationBytes in interface OnnxMl.TypeProtoOrBuilder
      Returns:
      The bytes for denotation.
    • setDenotation

      public OnnxMl.TypeProto.Builder setDenotation(String value)
       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/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Parameters:
      value - The denotation to set.
      Returns:
      This builder for chaining.
    • clearDenotation

      public OnnxMl.TypeProto.Builder clearDenotation()
       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/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Returns:
      This builder for chaining.
    • setDenotationBytes

      public OnnxMl.TypeProto.Builder setDenotationBytes(com.google.protobuf.ByteString value)
       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/master/docs/TypeDenotation.md#type-denotation-definition
       for pre-defined type denotations.
       
      optional string denotation = 6;
      Parameters:
      value - The bytes for denotation to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final OnnxMl.TypeProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>
    • mergeUnknownFields

      public final OnnxMl.TypeProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.TypeProto.Builder>