public static final class GenerateFrameworkAuditScopeReportResponse.Builder extends GeneratedMessage.Builder<GenerateFrameworkAuditScopeReportResponse.Builder> implements GenerateFrameworkAuditScopeReportResponseOrBuilderThe response message for [GenerateFrameworkAuditScopeReport][].
Protobuf type
google.cloud.cloudsecuritycompliance.v1.GenerateFrameworkAuditScopeReportResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GenerateFrameworkAuditScopeReportResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GenerateFrameworkAuditScopeReportResponse build()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse |
|
buildPartial()
public GenerateFrameworkAuditScopeReportResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse |
|
clear()
public GenerateFrameworkAuditScopeReportResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
|
clearAuditReport()
public GenerateFrameworkAuditScopeReportResponse.Builder clearAuditReport()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
|
clearComplianceFramework()
public GenerateFrameworkAuditScopeReportResponse.Builder clearComplianceFramework()Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
clearName()
public GenerateFrameworkAuditScopeReportResponse.Builder clearName()Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
clearScopeReportContents()
public GenerateFrameworkAuditScopeReportResponse.Builder clearScopeReportContents()The audit scope report content in byte format.
bytes scope_report_contents = 3;
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
getAuditReportCase()
public GenerateFrameworkAuditScopeReportResponse.AuditReportCase getAuditReportCase()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.AuditReportCase |
|
getComplianceFramework()
public String getComplianceFramework()Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The complianceFramework. |
getComplianceFrameworkBytes()
public ByteString getComplianceFrameworkBytes()Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for complianceFramework. |
getDefaultInstanceForType()
public GenerateFrameworkAuditScopeReportResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getScopeReportContents()
public ByteString getScopeReportContents()The audit scope report content in byte format.
bytes scope_report_contents = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The scopeReportContents. |
hasScopeReportContents()
public boolean hasScopeReportContents()The audit scope report content in byte format.
bytes scope_report_contents = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scopeReportContents field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GenerateFrameworkAuditScopeReportResponse other)
public GenerateFrameworkAuditScopeReportResponse.Builder mergeFrom(GenerateFrameworkAuditScopeReportResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateFrameworkAuditScopeReportResponse |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GenerateFrameworkAuditScopeReportResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GenerateFrameworkAuditScopeReportResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
|
setComplianceFramework(String value)
public GenerateFrameworkAuditScopeReportResponse.Builder setComplianceFramework(String value)Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe complianceFramework to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
setComplianceFrameworkBytes(ByteString value)
public GenerateFrameworkAuditScopeReportResponse.Builder setComplianceFrameworkBytes(ByteString value)Required. The compliance framework that the audit scope report is generated for.
string compliance_framework = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for complianceFramework to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
setName(String value)
public GenerateFrameworkAuditScopeReportResponse.Builder setName(String value)Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GenerateFrameworkAuditScopeReportResponse.Builder setNameBytes(ByteString value)Identifier. The name of the audit report, in the format that was given in the request.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |
setScopeReportContents(ByteString value)
public GenerateFrameworkAuditScopeReportResponse.Builder setScopeReportContents(ByteString value)The audit scope report content in byte format.
bytes scope_report_contents = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe scopeReportContents to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateFrameworkAuditScopeReportResponse.Builder |
This builder for chaining. |