public interface ValuesDefOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsExternalValues(String key)
Value names referenced by but external to this context.
|
Map<String,String> |
getExternalValues()
Deprecated.
|
int |
getExternalValuesCount()
Value names referenced by but external to this context.
|
Map<String,String> |
getExternalValuesMap()
Value names referenced by but external to this context.
|
String |
getExternalValuesOrDefault(String key,
String defaultValue)
Value names referenced by but external to this context.
|
String |
getExternalValuesOrThrow(String key)
Value names referenced by but external to this context.
|
String |
getValues(int index)
Value names that have been seen in this context.
|
org.nd4j.shade.protobuf.ByteString |
getValuesBytes(int index)
Value names that have been seen in this context.
|
int |
getValuesCount()
Value names that have been seen in this context.
|
List<String> |
getValuesList()
Value names that have been seen in this context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
Value names that have been seen in this context.
repeated string values = 1;int getValuesCount()
Value names that have been seen in this context.
repeated string values = 1;String getValues(int index)
Value names that have been seen in this context.
repeated string values = 1;org.nd4j.shade.protobuf.ByteString getValuesBytes(int index)
Value names that have been seen in this context.
repeated string values = 1;int getExternalValuesCount()
Value names referenced by but external to this context.
map<string, string> external_values = 2;boolean containsExternalValues(String key)
Value names referenced by but external to this context.
map<string, string> external_values = 2;@Deprecated Map<String,String> getExternalValues()
getExternalValuesMap() instead.Map<String,String> getExternalValuesMap()
Value names referenced by but external to this context.
map<string, string> external_values = 2;String getExternalValuesOrDefault(String key, String defaultValue)
Value names referenced by but external to this context.
map<string, string> external_values = 2;Copyright © 2021. All rights reserved.