Interface ThreeDModelOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> metadata = 5;
    long
    optional int64 created_time = 3;
    long
    optional int64 data_set_id = 4;
    long
    optional int64 id = 2;
    Deprecated.
    int
    map<string, string> metadata = 5;
    map<string, string> metadata = 5;
    getMetadataOrDefault(String key, String defaultValue)
    map<string, string> metadata = 5;
    map<string, string> metadata = 5;
    optional string name = 1;
    com.google.protobuf.ByteString
    optional string name = 1;
    boolean
    optional int64 created_time = 3;
    boolean
    optional int64 data_set_id = 4;
    boolean
    optional int64 id = 2;
    boolean
    optional string name = 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()
      optional int64 id = 2;
      Returns:
      Whether the id field is set.
    • getId

      long getId()
      optional int64 id = 2;
      Returns:
      The id.
    • hasName

      boolean hasName()
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasCreatedTime

      boolean hasCreatedTime()
      optional int64 created_time = 3;
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      long getCreatedTime()
      optional int64 created_time = 3;
      Returns:
      The createdTime.
    • hasDataSetId

      boolean hasDataSetId()
      optional int64 data_set_id = 4;
      Returns:
      Whether the dataSetId field is set.
    • getDataSetId

      long getDataSetId()
      optional int64 data_set_id = 4;
      Returns:
      The dataSetId.
    • getMetadataCount

      int getMetadataCount()
      map<string, string> metadata = 5;
    • containsMetadata

      boolean containsMetadata(String key)
      map<string, string> metadata = 5;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
      map<string, string> metadata = 5;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
      map<string, string> metadata = 5;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
      map<string, string> metadata = 5;