BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.clear() |
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.clearAnalysisDate()
optional int64 analysis_date = 1;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.clearBranch()
optional string branch = 3;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.clearCrossProjectDuplicationActivated()
optional bool cross_project_duplication_activated = 5;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.clearProjectKey()
optional string project_key = 2;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.clearRootComponentRef()
optional int32 root_component_ref = 4;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.mergeFrom(BatchReport.Metadata other) |
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchReport.Metadata.Builder |
BatchReport.Metadata.newBuilder() |
static BatchReport.Metadata.Builder |
BatchReport.Metadata.newBuilder(BatchReport.Metadata prototype) |
BatchReport.Metadata.Builder |
BatchReport.Metadata.newBuilderForType() |
protected BatchReport.Metadata.Builder |
BatchReport.Metadata.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setAnalysisDate(long value)
optional int64 analysis_date = 1;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setBranch(String value)
optional string branch = 3;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setBranchBytes(com.google.protobuf.ByteString value)
optional string branch = 3;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setCrossProjectDuplicationActivated(boolean value)
optional bool cross_project_duplication_activated = 5;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setProjectKey(String value)
optional string project_key = 2;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setProjectKeyBytes(com.google.protobuf.ByteString value)
optional string project_key = 2;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.Builder.setRootComponentRef(int value)
optional int32 root_component_ref = 4;
|
BatchReport.Metadata.Builder |
BatchReport.Metadata.toBuilder() |