Package | Description |
---|---|
tensorflow |
Modifier and Type | Method and Description |
---|---|
Struct.DictValue.Builder |
Struct.DictValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.clear() |
Struct.DictValue.Builder |
Struct.DictValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.clearFields() |
Struct.DictValue.Builder |
Struct.DictValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.clone() |
Struct.DictValue.Builder |
Struct.StructuredValue.Builder.getDictValueBuilder()
Represents a dict `Value`.
|
Struct.DictValue.Builder |
Struct.DictValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.mergeFrom(com.google.protobuf.Message other) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.mergeFrom(Struct.DictValue other) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Struct.DictValue.Builder |
Struct.DictValue.newBuilder() |
static Struct.DictValue.Builder |
Struct.DictValue.newBuilder(Struct.DictValue prototype) |
Struct.DictValue.Builder |
Struct.DictValue.newBuilderForType() |
protected Struct.DictValue.Builder |
Struct.DictValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.putAllFields(Map<String,Struct.StructuredValue> values)
map<string, .tensorflow.StructuredValue> fields = 1; |
Struct.DictValue.Builder |
Struct.DictValue.Builder.putFields(String key,
Struct.StructuredValue value)
map<string, .tensorflow.StructuredValue> fields = 1; |
Struct.DictValue.Builder |
Struct.DictValue.Builder.removeFields(String key)
map<string, .tensorflow.StructuredValue> fields = 1; |
Struct.DictValue.Builder |
Struct.DictValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Struct.DictValue.Builder |
Struct.DictValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Struct.DictValue.Builder |
Struct.DictValue.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Struct.StructuredValue.Builder |
Struct.StructuredValue.Builder.setDictValue(Struct.DictValue.Builder builderForValue)
Represents a dict `Value`.
|
Copyright © 2015–2019. All rights reserved.