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