TypedStruct.Builder |
TypedStruct.Builder.clear() |
|
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.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.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.AbstractMessage.BuilderParent parent) |
|
TypedStruct.Builder |
TypedStruct.Builder.setTypeUrl(java.lang.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.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() |
|