public interface ReportGenerationProgressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuditReport()
public abstract String getAuditReport()Output only. The name of the audit report.
string audit_report = 51 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The auditReport. |
getAuditReportBytes()
public abstract ByteString getAuditReportBytes()Output only. The name of the audit report.
string audit_report = 51 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for auditReport. |
getDestinationGcsBucket()
public abstract String getDestinationGcsBucket()Output only. The Cloud Storage bucket where the audit report will be uploaded once the evaluation process is completed.
string destination_gcs_bucket = 50 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The destinationGcsBucket. |
getDestinationGcsBucketBytes()
public abstract ByteString getDestinationGcsBucketBytes()Output only. The Cloud Storage bucket where the audit report will be uploaded once the evaluation process is completed.
string destination_gcs_bucket = 50 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationGcsBucket. |
getEvaluationPercentComplete()
public abstract double getEvaluationPercentComplete()Shows the progress of the CESS service evaluation process. The progress is defined in terms of percentage complete and is being fetched from the CESS service.
double evaluation_percent_complete = 20;
| Returns | |
|---|---|
| Type | Description |
double |
The evaluationPercentComplete. |
getFailureReason()
public abstract String getFailureReason()Output only. States the reason of failure during the audit report generation process. This field is set only if the state attribute is OPERATION_STATE_FAILED.
string failure_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The failureReason. |
getFailureReasonBytes()
public abstract ByteString getFailureReasonBytes()Output only. States the reason of failure during the audit report generation process. This field is set only if the state attribute is OPERATION_STATE_FAILED.
string failure_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for failureReason. |
getReportGenerationPercentComplete()
public abstract double getReportGenerationPercentComplete()Shows the report generation progress of the CESS Result Processor Service. The // progress is defined in terms of percentage complete and is being fetched from the CESS service. If report_generation_in_progress is non zero then evaluation_percent_complete will be 100%.
double report_generation_percent_complete = 30;
| Returns | |
|---|---|
| Type | Description |
double |
The reportGenerationPercentComplete. |
getReportUploadingPercentComplete()
public abstract double getReportUploadingPercentComplete()Shows the report uploading progress of the CESS Result Processor Service. The progress is defined in terms of percentage complete and is being fetched from the CESS service. If report_uploading_in_progress is non zero then evaluation_percent_complete and report_generation_percent_complete will be 100%.
double report_uploading_percent_complete = 40;
| Returns | |
|---|---|
| Type | Description |
double |
The reportUploadingPercentComplete. |
getState()
public abstract OperationState getState()Output only. The current state of execution for report generation.
.google.cloud.auditmanager.v1.OperationState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
OperationState |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The current state of execution for report generation.
.google.cloud.auditmanager.v1.OperationState state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |