| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
Int64Array |
Int64Array.Builder.build() |
Int64Array |
Int64Array.Builder.buildPartial() |
static Int64Array |
Int64Array.getDefaultInstance() |
Int64Array |
Int64Array.getDefaultInstanceForType() |
Int64Array |
Int64Array.Builder.getDefaultInstanceForType() |
Int64Array |
FeatureValue.getInt64ArrayValue()
A list of int64 type feature value.
|
Int64Array |
FeatureValue.Builder.getInt64ArrayValue()
A list of int64 type feature value.
|
Int64Array |
FeatureValueOrBuilder.getInt64ArrayValue()
A list of int64 type feature value.
|
static Int64Array |
Int64Array.parseDelimitedFrom(InputStream input) |
static Int64Array |
Int64Array.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Int64Array |
Int64Array.parseFrom(byte[] data) |
static Int64Array |
Int64Array.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Int64Array |
Int64Array.parseFrom(ByteBuffer data) |
static Int64Array |
Int64Array.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Int64Array |
Int64Array.parseFrom(com.google.protobuf.ByteString data) |
static Int64Array |
Int64Array.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Int64Array |
Int64Array.parseFrom(com.google.protobuf.CodedInputStream input) |
static Int64Array |
Int64Array.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Int64Array |
Int64Array.parseFrom(InputStream input) |
static Int64Array |
Int64Array.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Int64Array> |
Int64Array.getParserForType() |
static com.google.protobuf.Parser<Int64Array> |
Int64Array.parser() |
| Modifier and Type | Method and Description |
|---|---|
Int64Array.Builder |
Int64Array.Builder.mergeFrom(Int64Array other) |
FeatureValue.Builder |
FeatureValue.Builder.mergeInt64ArrayValue(Int64Array value)
A list of int64 type feature value.
|
static Int64Array.Builder |
Int64Array.newBuilder(Int64Array prototype) |
FeatureValue.Builder |
FeatureValue.Builder.setInt64ArrayValue(Int64Array value)
A list of int64 type feature value.
|
Copyright © 2024 Google LLC. All rights reserved.