CollectionDef.AnyListOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
com.google.protobuf.Any
|
getValue(int index)
repeated .google.protobuf.Any value = 1;
|
abstract
int
|
|
abstract
List<Any>
|
|
abstract
com.google.protobuf.AnyOrBuilder
|
|
abstract
List<? extends AnyOrBuilder>
|
|
Public Methods
public
abstract
com.google.protobuf.Any
getValue
(int index)
repeated .google.protobuf.Any value = 1;
public
abstract
int
getValueCount
()
repeated .google.protobuf.Any value = 1;
public
abstract
List<Any>
getValueList
()
repeated .google.protobuf.Any value = 1;
public
abstract
com.google.protobuf.AnyOrBuilder
getValueOrBuilder
(int index)
repeated .google.protobuf.Any value = 1;
public
abstract
List<? extends AnyOrBuilder>
getValueOrBuilderList
()
repeated .google.protobuf.Any value = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# CollectionDef.AnyListOrBuilder\n\npublic static interface **CollectionDef.AnyListOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CollectionDef.AnyList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyList), [CollectionDef.AnyList.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyList.Builder) |------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------| | [CollectionDef.AnyList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyList) | ``` AnyList is used for collecting Any protos. ``` | | [CollectionDef.AnyList.Builder](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyList.Builder) | ``` AnyList is used for collecting Any protos. ``` | |||\n\n### Public Methods\n\n|-------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract com.google.protobuf.Any | [getValue](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyListOrBuilder#getValue(int))(int index) `repeated .google.protobuf.Any value = 1;` |\n| abstract int | [getValueCount](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyListOrBuilder#getValueCount())() `repeated .google.protobuf.Any value = 1;` |\n| abstract List\\\u003cAny\\\u003e | [getValueList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyListOrBuilder#getValueList())() `repeated .google.protobuf.Any value = 1;` |\n| abstract com.google.protobuf.AnyOrBuilder | [getValueOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyListOrBuilder#getValueOrBuilder(int))(int index) `repeated .google.protobuf.Any value = 1;` |\n| abstract List\\\u003c? extends AnyOrBuilder\\\u003e | [getValueOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/framework/CollectionDef.AnyListOrBuilder#getValueOrBuilderList())() `repeated .google.protobuf.Any value = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract com.google.protobuf.Any\n**getValue**\n(int index)\n\n`repeated .google.protobuf.Any value = 1;` \n\n#### public abstract int\n**getValueCount**\n()\n\n`repeated .google.protobuf.Any value = 1;` \n\n#### public abstract List\\\u003cAny\\\u003e\n**getValueList**\n()\n\n`repeated .google.protobuf.Any value = 1;` \n\n#### public abstract com.google.protobuf.AnyOrBuilder\n**getValueOrBuilder**\n(int index)\n\n`repeated .google.protobuf.Any value = 1;` \n\n#### public abstract List\\\u003c? extends AnyOrBuilder\\\u003e\n**getValueOrBuilderList**\n()\n\n`repeated .google.protobuf.Any value = 1;`"]]