public static final class Int64Array.Builder extends GeneratedMessage.Builder<Int64Array.Builder> implements Int64ArrayOrBuilderA list of int64 values.
Protobuf type google.cloud.aiplatform.v1beta1.Int64Array
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Int64Array.BuilderImplements
Int64ArrayOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllValues(Iterable<? extends Long> values)
public Int64Array.Builder addAllValues(Iterable<? extends Long> values)A list of int64 values.
repeated int64 values = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends java.lang.Long>The values to add. |
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
This builder for chaining. |
addValues(long value)
public Int64Array.Builder addValues(long value)A list of int64 values.
repeated int64 values = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe values to add. |
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
This builder for chaining. |
build()
public Int64Array build()| Returns | |
|---|---|
| Type | Description |
Int64Array |
|
buildPartial()
public Int64Array buildPartial()| Returns | |
|---|---|
| Type | Description |
Int64Array |
|
clear()
public Int64Array.Builder clear()| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
|
clearValues()
public Int64Array.Builder clearValues()A list of int64 values.
repeated int64 values = 1;
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Int64Array getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Int64Array |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getValues(int index)
public long getValues(int index)A list of int64 values.
repeated int64 values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
long |
The values at the given index. |
getValuesCount()
public int getValuesCount()A list of int64 values.
repeated int64 values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
public List<Long> getValuesList()A list of int64 values.
repeated int64 values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Long> |
A list containing the values. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Int64Array other)
public Int64Array.Builder mergeFrom(Int64Array other)| Parameter | |
|---|---|
| Name | Description |
other |
Int64Array |
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Int64Array.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Int64Array.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
|
setValues(int index, long value)
public Int64Array.Builder setValues(int index, long value)A list of int64 values.
repeated int64 values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
longThe values to set. |
| Returns | |
|---|---|
| Type | Description |
Int64Array.Builder |
This builder for chaining. |