public interface RowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValues(String key)
The values of the row.
|
String |
getName()
The resource name of the row.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the row.
|
Map<String,com.google.protobuf.Value> |
getValues()
Deprecated.
|
int |
getValuesCount()
The values of the row.
|
Map<String,com.google.protobuf.Value> |
getValuesMap()
The values of the row.
|
com.google.protobuf.Value |
getValuesOrDefault(String key,
com.google.protobuf.Value defaultValue)
The values of the row.
|
com.google.protobuf.Value |
getValuesOrThrow(String key)
The values of the row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the row.
Row names have the form `tables/{table}/rows/{row}`.
The name is ignored when creating a row.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the row.
Row names have the form `tables/{table}/rows/{row}`.
The name is ignored when creating a row.
string name = 1;int getValuesCount()
The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
map<string, .google.protobuf.Value> values = 2;boolean containsValues(String key)
The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
map<string, .google.protobuf.Value> values = 2;@Deprecated Map<String,com.google.protobuf.Value> getValues()
getValuesMap() instead.Map<String,com.google.protobuf.Value> getValuesMap()
The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
map<string, .google.protobuf.Value> values = 2;com.google.protobuf.Value getValuesOrDefault(String key, com.google.protobuf.Value defaultValue)
The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
map<string, .google.protobuf.Value> values = 2;com.google.protobuf.Value getValuesOrThrow(String key)
The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
map<string, .google.protobuf.Value> values = 2;Copyright © 2024 Google LLC. All rights reserved.