Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
Struct.Builder |
Struct.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Struct.Builder |
Struct.Builder.clear() |
Struct.Builder |
Struct.Builder.clearField(Descriptors.FieldDescriptor field) |
Struct.Builder |
Struct.Builder.clearFields() |
Struct.Builder |
Struct.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
Struct.Builder |
Struct.Builder.clone() |
Struct.Builder |
Value.Builder.getStructValueBuilder()
Represents a structured value.
|
Struct.Builder |
Struct.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Struct.Builder |
Struct.Builder.mergeFrom(Message other) |
Struct.Builder |
Struct.Builder.mergeFrom(Struct other) |
Struct.Builder |
Struct.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static Struct.Builder |
Struct.newBuilder() |
static Struct.Builder |
Struct.newBuilder(Struct prototype) |
Struct.Builder |
Struct.newBuilderForType() |
protected Struct.Builder |
Struct.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
Struct.Builder |
Struct.Builder.putAllFields(java.util.Map<java.lang.String,Value> values)
Unordered map of dynamically typed values.
|
Struct.Builder |
Struct.Builder.putFields(java.lang.String key,
Value value)
Unordered map of dynamically typed values.
|
Struct.Builder |
Struct.Builder.removeFields(java.lang.String key)
Unordered map of dynamically typed values.
|
Struct.Builder |
Struct.Builder.setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Struct.Builder |
Struct.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Struct.Builder |
Struct.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
Struct.Builder |
Struct.toBuilder() |
Modifier and Type | Method and Description |
---|---|
Value.Builder |
Value.Builder.setStructValue(Struct.Builder builderForValue)
Represents a structured value.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.