Package | Description |
---|---|
tensorflow |
Modifier and Type | Method and Description |
---|---|
Struct.ListValue.Builder |
Struct.ListValue.Builder.addAllValues(Iterable<? extends Struct.StructuredValue> values)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.addValues(int index,
Struct.StructuredValue.Builder builderForValue)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.addValues(int index,
Struct.StructuredValue value)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.addValues(Struct.StructuredValue.Builder builderForValue)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.addValues(Struct.StructuredValue value)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.clear() |
Struct.ListValue.Builder |
Struct.ListValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.clearValues()
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.clone() |
Struct.ListValue.Builder |
Struct.StructuredValue.Builder.getListValueBuilder()
Represents a list of `Value`.
|
Struct.ListValue.Builder |
Struct.ListValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.mergeFrom(com.google.protobuf.Message other) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.mergeFrom(Struct.ListValue other) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Struct.ListValue.Builder |
Struct.ListValue.newBuilder() |
static Struct.ListValue.Builder |
Struct.ListValue.newBuilder(Struct.ListValue prototype) |
Struct.ListValue.Builder |
Struct.ListValue.newBuilderForType() |
protected Struct.ListValue.Builder |
Struct.ListValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.removeValues(int index)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Struct.ListValue.Builder |
Struct.ListValue.Builder.setValues(int index,
Struct.StructuredValue.Builder builderForValue)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.Builder.setValues(int index,
Struct.StructuredValue value)
repeated .tensorflow.StructuredValue values = 1; |
Struct.ListValue.Builder |
Struct.ListValue.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Struct.StructuredValue.Builder |
Struct.StructuredValue.Builder.setListValue(Struct.ListValue.Builder builderForValue)
Represents a list of `Value`.
|
Copyright © 2015–2019. All rights reserved.