| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
StructFieldValue |
StructFieldValue.Builder.build() |
StructFieldValue |
StructFieldValue.Builder.buildPartial() |
static StructFieldValue |
StructFieldValue.getDefaultInstance() |
StructFieldValue |
StructFieldValue.getDefaultInstanceForType() |
StructFieldValue |
StructFieldValue.Builder.getDefaultInstanceForType() |
StructFieldValue |
StructValue.getValues(int index)
A list of field values.
|
StructFieldValue |
StructValue.Builder.getValues(int index)
A list of field values.
|
StructFieldValue |
StructValueOrBuilder.getValues(int index)
A list of field values.
|
static StructFieldValue |
StructFieldValue.parseDelimitedFrom(InputStream input) |
static StructFieldValue |
StructFieldValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructFieldValue |
StructFieldValue.parseFrom(byte[] data) |
static StructFieldValue |
StructFieldValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructFieldValue |
StructFieldValue.parseFrom(ByteBuffer data) |
static StructFieldValue |
StructFieldValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructFieldValue |
StructFieldValue.parseFrom(com.google.protobuf.ByteString data) |
static StructFieldValue |
StructFieldValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructFieldValue |
StructFieldValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static StructFieldValue |
StructFieldValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructFieldValue |
StructFieldValue.parseFrom(InputStream input) |
static StructFieldValue |
StructFieldValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StructFieldValue> |
StructFieldValue.getParserForType() |
List<StructFieldValue> |
StructValue.getValuesList()
A list of field values.
|
List<StructFieldValue> |
StructValue.Builder.getValuesList()
A list of field values.
|
List<StructFieldValue> |
StructValueOrBuilder.getValuesList()
A list of field values.
|
static com.google.protobuf.Parser<StructFieldValue> |
StructFieldValue.parser() |
| Modifier and Type | Method and Description |
|---|---|
StructValue.Builder |
StructValue.Builder.addValues(int index,
StructFieldValue value)
A list of field values.
|
StructValue.Builder |
StructValue.Builder.addValues(StructFieldValue value)
A list of field values.
|
StructFieldValue.Builder |
StructFieldValue.Builder.mergeFrom(StructFieldValue other) |
static StructFieldValue.Builder |
StructFieldValue.newBuilder(StructFieldValue prototype) |
StructValue.Builder |
StructValue.Builder.setValues(int index,
StructFieldValue value)
A list of field values.
|
| Modifier and Type | Method and Description |
|---|---|
StructValue.Builder |
StructValue.Builder.addAllValues(Iterable<? extends StructFieldValue> values)
A list of field values.
|
Copyright © 2024 Google LLC. All rights reserved.