CollectionDef.AnyList

パブリック静的最終クラスCollectionDef.AnyList

 AnyList is used for collecting Any protos.
 
Protobuf 型tensorflow.CollectionDef.AnyList

ネストされたクラス

クラスCollectionDef.AnyList.Builder
 AnyList is used for collecting Any protos. 

定数

整数VALUE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的CollectionDef.AnyList
CollectionDef.AnyList
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
最終的な com.google.protobuf.UnknownFieldSet
com.google.protobuf.Any
getValue (int インデックス)
repeated .google.protobuf.Any value = 1;
整数
getValueCount ()
repeated .google.protobuf.Any value = 1;
リスト<任意>
getValueList ()
repeated .google.protobuf.Any value = 1;
com.google.protobuf.AnyOrBuilder
getValueOrBuilder (int インデックス)
repeated .google.protobuf.Any value = 1;
リスト<? AnyOrBuilder を拡張>
getValueOrBuilderList ()
repeated .google.protobuf.Any value = 1;
整数
最終ブール値
静的CollectionDef.AnyList.Builder
newBuilder ( CollectionDef.AnyListプロトタイプ)
静的CollectionDef.AnyList.Builder
CollectionDef.AnyList.Builder
静的CollectionDef.AnyList
parseDelimitedFrom (InputStream 入力)
静的CollectionDef.AnyList
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.AnyList
parseFrom (ByteBuffer データ)
静的CollectionDef.AnyList
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.AnyList
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.AnyList
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的CollectionDef.AnyList
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.AnyList
parseFrom (com.google.protobuf.ByteString データ)
静的CollectionDef.AnyList
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.AnyList
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
CollectionDef.AnyList.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数VALUE_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static CollectionDef.AnyList getDefaultInstance ()

public CollectionDef.AnyList getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public com.google.protobuf.Any getValue (int インデックス)

repeated .google.protobuf.Any value = 1;

public int getValueCount ()

repeated .google.protobuf.Any value = 1;

public List<Any> getValueList ()

repeated .google.protobuf.Any value = 1;

public com.google.protobuf.AnyOrBuilder getValueOrBuilder (int インデックス)

repeated .google.protobuf.Any value = 1;

公開リスト<? extends AnyOrBuilder> getValueOrBuilderList ()

repeated .google.protobuf.Any value = 1;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static CollectionDef.AnyList.Builder newBuilder ( CollectionDef.AnyListプロトタイプ)

public static CollectionDef.AnyList.Builder newBuilder ()

public CollectionDef.AnyList.Builder newBuilderForType ()

public static CollectionDef.AnyList parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static CollectionDef.AnyList parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CollectionDef.AnyList parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.AnyList parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CollectionDef.AnyList parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.AnyList parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static CollectionDef.AnyList parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.AnyList parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.AnyList parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CollectionDef.AnyList parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public CollectionDef.AnyList.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外