BatchReport.Component.Builder |
BatchReport.Component.Builder.addAllChildRefs(Iterable<? extends Integer> values)
repeated int32 child_refs = 7 [packed = true];
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.addChildRefs(int value)
repeated int32 child_refs = 7 [packed = true];
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clear() |
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearChildRefs()
repeated int32 child_refs = 7 [packed = true];
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearIsTest()
optional bool is_test = 5;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearLanguage()
optional string language = 6;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearName()
optional string name = 3;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearPath()
optional string path = 2;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearRef()
optional int32 ref = 1;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearSnapshotId()
optional int32 snapshot_id = 8;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearType()
optional .ComponentType type = 4;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clearUuid()
optional string uuid = 9;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.clone() |
BatchReport.Component.Builder |
BatchReport.Component.Builder.mergeFrom(BatchReport.Component other) |
BatchReport.Component.Builder |
BatchReport.Component.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Component.Builder |
BatchReport.Component.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchReport.Component.Builder |
BatchReport.Component.newBuilder() |
static BatchReport.Component.Builder |
BatchReport.Component.newBuilder(BatchReport.Component prototype) |
BatchReport.Component.Builder |
BatchReport.Component.newBuilderForType() |
protected BatchReport.Component.Builder |
BatchReport.Component.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Component.Builder |
BatchReport.Component.Builder.setChildRefs(int index,
int value)
repeated int32 child_refs = 7 [packed = true];
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setIsTest(boolean value)
optional bool is_test = 5;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setLanguage(String value)
optional string language = 6;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 6;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setName(String value)
optional string name = 3;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setNameBytes(com.google.protobuf.ByteString value)
optional string name = 3;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setPath(String value)
optional string path = 2;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setPathBytes(com.google.protobuf.ByteString value)
optional string path = 2;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setRef(int value)
optional int32 ref = 1;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setSnapshotId(int value)
optional int32 snapshot_id = 8;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setType(Constants.ComponentType value)
optional .ComponentType type = 4;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setUuid(String value)
optional string uuid = 9;
|
BatchReport.Component.Builder |
BatchReport.Component.Builder.setUuidBytes(com.google.protobuf.ByteString value)
optional string uuid = 9;
|
BatchReport.Component.Builder |
BatchReport.Component.toBuilder() |