Class GenerateAuditReportRequest (0.3.0)

public final class GenerateAuditReportRequest extends GeneratedMessage implements GenerateAuditReportRequestOrBuilder

Message for requesting the Audit Report.

Protobuf type google.cloud.auditmanager.v1.GenerateAuditReportRequest

Static Fields

COMPLIANCE_FRAMEWORK_FIELD_NUMBER

public static final int COMPLIANCE_FRAMEWORK_FIELD_NUMBER
Field Value
Type Description
int

COMPLIANCE_STANDARD_FIELD_NUMBER

public static final int COMPLIANCE_STANDARD_FIELD_NUMBER
Field Value
Type Description
int

GCS_URI_FIELD_NUMBER

public static final int GCS_URI_FIELD_NUMBER
Field Value
Type Description
int

REPORT_FORMAT_FIELD_NUMBER

public static final int REPORT_FORMAT_FIELD_NUMBER
Field Value
Type Description
int

SCOPE_FIELD_NUMBER

public static final int SCOPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GenerateAuditReportRequest getDefaultInstance()
Returns
Type Description
GenerateAuditReportRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GenerateAuditReportRequest.Builder newBuilder()
Returns
Type Description
GenerateAuditReportRequest.Builder

newBuilder(GenerateAuditReportRequest prototype)

public static GenerateAuditReportRequest.Builder newBuilder(GenerateAuditReportRequest prototype)
Parameter
Name Description
prototype GenerateAuditReportRequest
Returns
Type Description
GenerateAuditReportRequest.Builder

parseDelimitedFrom(InputStream input)

public static GenerateAuditReportRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAuditReportRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GenerateAuditReportRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GenerateAuditReportRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GenerateAuditReportRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GenerateAuditReportRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GenerateAuditReportRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAuditReportRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GenerateAuditReportRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GenerateAuditReportRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GenerateAuditReportRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GenerateAuditReportRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GenerateAuditReportRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GenerateAuditReportRequest> parser()
Returns
Type Description
Parser<GenerateAuditReportRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getComplianceFramework()

public String getComplianceFramework()

Required. Compliance framework against which the Report must be generated.

string compliance_framework = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The complianceFramework.

getComplianceFrameworkBytes()

public ByteString getComplianceFrameworkBytes()

Required. Compliance framework against which the Report must be generated.

string compliance_framework = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for complianceFramework.

getComplianceStandard()

public String getComplianceStandard()

Required. Compliance Standard against which the Scope Report must be generated. Eg: FEDRAMP_MODERATE

string compliance_standard = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The complianceStandard.

getComplianceStandardBytes()

public ByteString getComplianceStandardBytes()

Required. Compliance Standard against which the Scope Report must be generated. Eg: FEDRAMP_MODERATE

string compliance_standard = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for complianceStandard.

getDefaultInstanceForType()

public GenerateAuditReportRequest getDefaultInstanceForType()
Returns
Type Description
GenerateAuditReportRequest

getDestinationCase()

public GenerateAuditReportRequest.DestinationCase getDestinationCase()
Returns
Type Description
GenerateAuditReportRequest.DestinationCase

getGcsUri()

public String getGcsUri()

Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process.

string gcs_uri = 2;

Returns
Type Description
String

The gcsUri.

getGcsUriBytes()

public ByteString getGcsUriBytes()

Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process.

string gcs_uri = 2;

Returns
Type Description
ByteString

The bytes for gcsUri.

getParserForType()

public Parser<GenerateAuditReportRequest> getParserForType()
Returns
Type Description
Parser<GenerateAuditReportRequest>
Overrides

getReportFormat()

public GenerateAuditReportRequest.AuditReportFormat getReportFormat()

Required. The format in which the audit report should be created.

.google.cloud.auditmanager.v1.GenerateAuditReportRequest.AuditReportFormat report_format = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GenerateAuditReportRequest.AuditReportFormat

The reportFormat.

getReportFormatValue()

public int getReportFormatValue()

Required. The format in which the audit report should be created.

.google.cloud.auditmanager.v1.GenerateAuditReportRequest.AuditReportFormat report_format = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for reportFormat.

getScope()

public String getScope()

Required. Scope for which the AuditScopeReport is required. Must be of format resource_type/resource_identifier Eg: projects/{project}/locations/{location}, folders/{folder}/locations/{location}

string scope = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The scope.

getScopeBytes()

public ByteString getScopeBytes()

Required. Scope for which the AuditScopeReport is required. Must be of format resource_type/resource_identifier Eg: projects/{project}/locations/{location}, folders/{folder}/locations/{location}

string scope = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for scope.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasGcsUri()

public boolean hasGcsUri()

Destination Cloud storage bucket where report and evidence must be uploaded. The Cloud storage bucket provided here must be selected among the buckets entered during the enrollment process.

string gcs_uri = 2;

Returns
Type Description
boolean

Whether the gcsUri field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GenerateAuditReportRequest.Builder newBuilderForType()
Returns
Type Description
GenerateAuditReportRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected GenerateAuditReportRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GenerateAuditReportRequest.Builder
Overrides

toBuilder()

public GenerateAuditReportRequest.Builder toBuilder()
Returns
Type Description
GenerateAuditReportRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException