ObjectInfoData.Builder |
ObjectInfoData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.clear() |
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearChecksum()
optional string checksum = 2;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearCompAlg()
optional string compAlg = 3;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearDesc()
optional string desc = 5;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearEncAlg()
optional string encAlg = 4;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.clearSize()
optional int64 size = 1;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.clone() |
ObjectInfoData.Builder |
ObjectInfoData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.mergeFrom(com.google.protobuf.Message other) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.mergeFrom(ObjectInfoData other) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ObjectInfoData.Builder |
ObjectInfoData.newBuilder() |
static ObjectInfoData.Builder |
ObjectInfoData.newBuilder(ObjectInfoData prototype) |
ObjectInfoData.Builder |
ObjectInfoData.newBuilderForType() |
protected ObjectInfoData.Builder |
ObjectInfoData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.setChecksum(String value)
optional string checksum = 2;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setChecksumBytes(com.google.protobuf.ByteString value)
optional string checksum = 2;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setCompAlg(String value)
optional string compAlg = 3;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setCompAlgBytes(com.google.protobuf.ByteString value)
optional string compAlg = 3;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setDesc(String value)
optional string desc = 5;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setDescBytes(com.google.protobuf.ByteString value)
optional string desc = 5;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setEncAlg(String value)
optional string encAlg = 4;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setEncAlgBytes(com.google.protobuf.ByteString value)
optional string encAlg = 4;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ObjectInfoData.Builder |
ObjectInfoData.Builder.setSize(long value)
optional int64 size = 1;
|
ObjectInfoData.Builder |
ObjectInfoData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ObjectInfoData.Builder |
ObjectInfoData.toBuilder() |