TypedStruct.Builder |
TypedStruct.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TypedStruct.Builder |
TypedStruct.Builder.clear() |
|
TypedStruct.Builder |
TypedStruct.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TypedStruct.Builder |
TypedStruct.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TypedStruct.Builder |
TypedStruct.Builder.clearTypeUrl() |
A URL that uniquely identifies the type of the serialize protocol buffer message.
|
TypedStruct.Builder |
TypedStruct.Builder.clearValue() |
A JSON representation of the above specified type.
|
TypedStruct.Builder |
TypedStruct.Builder.clone() |
|
TypedStruct.Builder |
TypedStruct.Builder.mergeFrom(TypedStruct other) |
|
TypedStruct.Builder |
TypedStruct.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TypedStruct.Builder |
TypedStruct.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TypedStruct.Builder |
TypedStruct.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TypedStruct.Builder |
TypedStruct.Builder.mergeValue(com.google.protobuf.Struct value) |
A JSON representation of the above specified type.
|
static TypedStruct.Builder |
TypedStruct.newBuilder() |
|
static TypedStruct.Builder |
TypedStruct.newBuilder(TypedStruct prototype) |
|
TypedStruct.Builder |
TypedStruct.newBuilderForType() |
|
protected TypedStruct.Builder |
TypedStruct.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TypedStruct.Builder |
TypedStruct.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TypedStruct.Builder |
TypedStruct.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TypedStruct.Builder |
TypedStruct.Builder.setTypeUrl(String value) |
A URL that uniquely identifies the type of the serialize protocol buffer message.
|
TypedStruct.Builder |
TypedStruct.Builder.setTypeUrlBytes(com.google.protobuf.ByteString value) |
A URL that uniquely identifies the type of the serialize protocol buffer message.
|
TypedStruct.Builder |
TypedStruct.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TypedStruct.Builder |
TypedStruct.Builder.setValue(com.google.protobuf.Struct value) |
A JSON representation of the above specified type.
|
TypedStruct.Builder |
TypedStruct.Builder.setValue(com.google.protobuf.Struct.Builder builderForValue) |
A JSON representation of the above specified type.
|
TypedStruct.Builder |
TypedStruct.toBuilder() |
|