public interface ValueListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValue(int index)
public abstract Value getValue(int index)Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Value |
|
getValueCount()
public abstract int getValueCount()Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValueList()
public abstract List<Value> getValueList()Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1;
| Returns | |
|---|---|
| Type | Description |
List<Value> |
|
getValueOrBuilder(int index)
public abstract ValueOrBuilder getValueOrBuilder(int index)Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
getValueOrBuilderList()
public abstract List<? extends ValueOrBuilder> getValueOrBuilderList()Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.spanner.executor.v1.ValueOrBuilder> |
|