Interface ThreeDFileBinaryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes binary = 3;
     
    string binary_uri = 4;
    com.google.protobuf.ByteString
    string binary_uri = 4;
    long
    int64 content_length = 5;
    long
    int64 id = 1;
     
    boolean
    bytes binary = 3;
    boolean
    string binary_uri = 4;
    boolean
    int64 id = 1;

    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

    • hasId

      boolean hasId()
      int64 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • hasBinary

      boolean hasBinary()
      bytes binary = 3;
      Returns:
      Whether the binary field is set.
    • getBinary

      com.google.protobuf.ByteString getBinary()
      bytes binary = 3;
      Returns:
      The binary.
    • hasBinaryUri

      boolean hasBinaryUri()
      string binary_uri = 4;
      Returns:
      Whether the binaryUri field is set.
    • getBinaryUri

      String getBinaryUri()
      string binary_uri = 4;
      Returns:
      The binaryUri.
    • getBinaryUriBytes

      com.google.protobuf.ByteString getBinaryUriBytes()
      string binary_uri = 4;
      Returns:
      The bytes for binaryUri.
    • getContentLength

      long getContentLength()
      int64 content_length = 5;
      Returns:
      The contentLength.
    • getIdTypeCase

    • getBinaryTypeCase

      ThreeDFileBinary.BinaryTypeCase getBinaryTypeCase()