Interface FullTypeDefOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getArgs(int index)
    repeated .tensorflow.FullTypeDef args = 2;
    int
    repeated .tensorflow.FullTypeDef args = 2;
    repeated .tensorflow.FullTypeDef args = 2;
    getArgsOrBuilder(int index)
    repeated .tensorflow.FullTypeDef args = 2;
    repeated .tensorflow.FullTypeDef args = 2;
     
    long
    TODO(mdan): list/tensor, map?
    string s = 3;
    com.google.protobuf.ByteString
    string s = 3;
    The principal type represented by this object.
    int
    The principal type represented by this object.
    boolean
    TODO(mdan): list/tensor, map?
    boolean
    string s = 3;

    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

    • getTypeIdValue

      int getTypeIdValue()
       The principal type represented by this object. This may be a concrete type
       (Tensor, Dataset) a type variable (used for dependent types) a type
       symbol (Any, Union). See FullTypeId for details.
       
      .tensorflow.FullTypeId type_id = 1;
      Returns:
      The enum numeric value on the wire for typeId.
    • getTypeId

      FullTypeId getTypeId()
       The principal type represented by this object. This may be a concrete type
       (Tensor, Dataset) a type variable (used for dependent types) a type
       symbol (Any, Union). See FullTypeId for details.
       
      .tensorflow.FullTypeId type_id = 1;
      Returns:
      The typeId.
    • getArgsList

      List<FullTypeDef> getArgsList()
      repeated .tensorflow.FullTypeDef args = 2;
    • getArgs

      FullTypeDef getArgs(int index)
      repeated .tensorflow.FullTypeDef args = 2;
    • getArgsCount

      int getArgsCount()
      repeated .tensorflow.FullTypeDef args = 2;
    • getArgsOrBuilderList

      List<? extends FullTypeDefOrBuilder> getArgsOrBuilderList()
      repeated .tensorflow.FullTypeDef args = 2;
    • getArgsOrBuilder

      FullTypeDefOrBuilder getArgsOrBuilder(int index)
      repeated .tensorflow.FullTypeDef args = 2;
    • hasS

      boolean hasS()
      string s = 3;
      Returns:
      Whether the s field is set.
    • getS

      String getS()
      string s = 3;
      Returns:
      The s.
    • getSBytes

      com.google.protobuf.ByteString getSBytes()
      string s = 3;
      Returns:
      The bytes for s.
    • hasI

      boolean hasI()
       TODO(mdan): list/tensor, map? Need to reconcile with TFT_RECORD, etc.
       
      int64 i = 4;
      Returns:
      Whether the i field is set.
    • getI

      long getI()
       TODO(mdan): list/tensor, map? Need to reconcile with TFT_RECORD, etc.
       
      int64 i = 4;
      Returns:
      The i.
    • getAttrCase

      FullTypeDef.AttrCase getAttrCase()