BytesListOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
com.google.protobuf.ByteString
|
getValue(int index)
repeated bytes value = 1;
|
abstract
int
|
|
abstract
List<ByteString>
|
|
Public Methods
public
abstract
com.google.protobuf.ByteString
getValue
(int index)
repeated bytes value = 1;
public
abstract
int
getValueCount
()
repeated bytes value = 1;
public
abstract
List<ByteString>
getValueList
()
repeated bytes 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,["# BytesListOrBuilder\n\npublic interface **BytesListOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [BytesList](/jvm/api_docs/java/org/tensorflow/proto/example/BytesList), [BytesList.Builder](/jvm/api_docs/java/org/tensorflow/proto/example/BytesList.Builder) |----------------------------------------------------------------------------------------|----------------------------------------------------------| | [BytesList](/jvm/api_docs/java/org/tensorflow/proto/example/BytesList) | ``` Containers to hold repeated fundamental values. ``` | | [BytesList.Builder](/jvm/api_docs/java/org/tensorflow/proto/example/BytesList.Builder) | ``` Containers to hold repeated fundamental values. ``` | |||\n\n### Public Methods\n\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| abstract com.google.protobuf.ByteString | [getValue](/jvm/api_docs/java/org/tensorflow/proto/example/BytesListOrBuilder#getValue(int))(int index) `repeated bytes value = 1;` |\n| abstract int | [getValueCount](/jvm/api_docs/java/org/tensorflow/proto/example/BytesListOrBuilder#getValueCount())() `repeated bytes value = 1;` |\n| abstract List\\\u003cByteString\\\u003e | [getValueList](/jvm/api_docs/java/org/tensorflow/proto/example/BytesListOrBuilder#getValueList())() `repeated bytes value = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract com.google.protobuf.ByteString\n**getValue**\n(int index)\n\n`repeated bytes value = 1;` \n\n#### public abstract int\n**getValueCount**\n()\n\n`repeated bytes value = 1;` \n\n#### public abstract List\\\u003cByteString\\\u003e\n**getValueList**\n()\n\n`repeated bytes value = 1;`"]]