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

    Modifier and Type
    Method
    Description
    long
    optional int64 blobId = 3;
    optional string format = 1;
    com.google.protobuf.ByteString
    optional string format = 1;
    int
    optional int32 version = 2;
    boolean
    optional int64 blobId = 3;
    boolean
    optional string format = 1;
    boolean
    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 Details

    • 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.