Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.clear() |
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.clearClassName()
required string class_name = 2;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.clearKey()
required string key = 1;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.clearObject()
optional string object = 3;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.clone() |
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.mergeFrom(Protos.ObjectJsonResult other) |
static Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.newBuilder() |
static Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.newBuilder(Protos.ObjectJsonResult prototype) |
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.newBuilderForType() |
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.setClassName(String value)
required string class_name = 2;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.setClassNameBytes(com.google.protobuf.ByteString value)
required string class_name = 2;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.setKey(String value)
required string key = 1;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.setObject(String value)
optional string object = 3;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.Builder.setObjectBytes(com.google.protobuf.ByteString value)
optional string object = 3;
|
Protos.ObjectJsonResult.Builder |
Protos.ObjectJsonResult.toBuilder() |