Interface ThreeDOutputOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ThreeDOutput, ThreeDOutput.Builder

    public interface ThreeDOutputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBlobId()
      optional int64 blobId = 3;
      String getFormat()
      optional string format = 1;
      com.google.protobuf.ByteString getFormatBytes()
      optional string format = 1;
      int getVersion()
      optional int32 version = 2;
      boolean hasBlobId()
      optional int64 blobId = 3;
      boolean hasFormat()
      optional string format = 1;
      boolean hasVersion()
      optional int32 version = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasFormat

        boolean hasFormat()
        optional string format = 1;
        Returns:
        Whether the format field is set.
      • getFormat

        String getFormat()
        optional string format = 1;
        Returns:
        The format.
      • getFormatBytes

        com.google.protobuf.ByteString getFormatBytes()
        optional string format = 1;
        Returns:
        The bytes for format.
      • hasVersion

        boolean hasVersion()
        optional int32 version = 2;
        Returns:
        Whether the version field is set.
      • getVersion

        int getVersion()
        optional int32 version = 2;
        Returns:
        The version.
      • hasBlobId

        boolean hasBlobId()
        optional int64 blobId = 3;
        Returns:
        Whether the blobId field is set.
      • getBlobId

        long getBlobId()
        optional int64 blobId = 3;
        Returns:
        The blobId.