public final class ReportGenerationProgress extends GeneratedMessage implements ReportGenerationProgressOrBuilder
The ReportGenerationProgress is part of
google.longrunning.Operation returned to the
client for every GetOperation request.
Protobuf type google.cloud.auditmanager.v1.ReportGenerationProgress
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AUDIT_REPORT_FIELD_NUMBER
public static final int AUDIT_REPORT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
DESTINATION_GCS_BUCKET_FIELD_NUMBER
public static final int DESTINATION_GCS_BUCKET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EVALUATION_PERCENT_COMPLETE_FIELD_NUMBER
public static final int EVALUATION_PERCENT_COMPLETE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FAILURE_REASON_FIELD_NUMBER
public static final int FAILURE_REASON_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REPORT_GENERATION_PERCENT_COMPLETE_FIELD_NUMBER
public static final int REPORT_GENERATION_PERCENT_COMPLETE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
REPORT_UPLOADING_PERCENT_COMPLETE_FIELD_NUMBER
public static final int REPORT_UPLOADING_PERCENT_COMPLETE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReportGenerationProgress getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReportGenerationProgress.Builder newBuilder()
newBuilder(ReportGenerationProgress prototype)
public static ReportGenerationProgress.Builder newBuilder(ReportGenerationProgress prototype)
public static ReportGenerationProgress parseDelimitedFrom(InputStream input)
public static ReportGenerationProgress parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReportGenerationProgress parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportGenerationProgress parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReportGenerationProgress parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportGenerationProgress parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportGenerationProgress parseFrom(CodedInputStream input)
public static ReportGenerationProgress parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportGenerationProgress parseFrom(InputStream input)
public static ReportGenerationProgress parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReportGenerationProgress parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportGenerationProgress parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReportGenerationProgress> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAuditReport()
public 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 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.
|
getDefaultInstanceForType()
public ReportGenerationProgress getDefaultInstanceForType()
getDestinationGcsBucket()
public 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 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 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 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 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.
|
getParserForType()
public Parser<ReportGenerationProgress> getParserForType()
Overrides
getReportGenerationPercentComplete()
public 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 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.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getState()
public 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];
getStateValue()
public 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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReportGenerationProgress.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReportGenerationProgress.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ReportGenerationProgress.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides