Class AggregateFrameworkComplianceReportRequest.Builder (0.12.0)

public static final class AggregateFrameworkComplianceReportRequest.Builder extends GeneratedMessage.Builder<AggregateFrameworkComplianceReportRequest.Builder> implements AggregateFrameworkComplianceReportRequestOrBuilder

The request message for [AggregateFrameworkComplianceReport][].

Protobuf type google.cloud.cloudsecuritycompliance.v1.AggregateFrameworkComplianceReportRequest

Static Methods

getDescriptor()

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

Methods

build()

public AggregateFrameworkComplianceReportRequest build()
Returns
Type Description
AggregateFrameworkComplianceReportRequest

buildPartial()

public AggregateFrameworkComplianceReportRequest buildPartial()
Returns
Type Description
AggregateFrameworkComplianceReportRequest

clear()

public AggregateFrameworkComplianceReportRequest.Builder clear()
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder
Overrides

clearFilter()

public AggregateFrameworkComplianceReportRequest.Builder clearFilter()

Optional. The filtering results.

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

This builder for chaining.

clearInterval()

public AggregateFrameworkComplianceReportRequest.Builder clearInterval()

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

clearName()

public AggregateFrameworkComplianceReportRequest.Builder clearName()

Required. The name of the aggregated compliance report over time to retrieve.

The supported format is: organizations/{organization_id}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public AggregateFrameworkComplianceReportRequest getDefaultInstanceForType()
Returns
Type Description
AggregateFrameworkComplianceReportRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFilter()

public String getFilter()

Optional. The filtering results.

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. The filtering results.

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getInterval()

public Interval getInterval()

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.type.Interval

The interval.

getIntervalBuilder()

public Interval.Builder getIntervalBuilder()

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.type.Interval.Builder

getIntervalOrBuilder()

public IntervalOrBuilder getIntervalOrBuilder()

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.type.IntervalOrBuilder

getName()

public String getName()

Required. The name of the aggregated compliance report over time to retrieve.

The supported format is: organizations/{organization_id}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the aggregated compliance report over time to retrieve.

The supported format is: organizations/{organization_id}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

hasInterval()

public boolean hasInterval()

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the interval field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AggregateFrameworkComplianceReportRequest other)

public AggregateFrameworkComplianceReportRequest.Builder mergeFrom(AggregateFrameworkComplianceReportRequest other)
Parameter
Name Description
other AggregateFrameworkComplianceReportRequest
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AggregateFrameworkComplianceReportRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AggregateFrameworkComplianceReportRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder
Overrides

mergeInterval(Interval value)

public AggregateFrameworkComplianceReportRequest.Builder mergeInterval(Interval value)

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value com.google.type.Interval
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

setFilter(String value)

public AggregateFrameworkComplianceReportRequest.Builder setFilter(String value)

Optional. The filtering results.

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public AggregateFrameworkComplianceReportRequest.Builder setFilterBytes(ByteString value)

Optional. The filtering results.

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

This builder for chaining.

setInterval(Interval value)

public AggregateFrameworkComplianceReportRequest.Builder setInterval(Interval value)

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value com.google.type.Interval
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

setInterval(Interval.Builder builderForValue)

public AggregateFrameworkComplianceReportRequest.Builder setInterval(Interval.Builder builderForValue)

Optional. The start and end time range for the aggregated compliance report.

.google.type.Interval interval = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue com.google.type.Interval.Builder
Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

setName(String value)

public AggregateFrameworkComplianceReportRequest.Builder setName(String value)

Required. The name of the aggregated compliance report over time to retrieve.

The supported format is: organizations/{organization_id}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public AggregateFrameworkComplianceReportRequest.Builder setNameBytes(ByteString value)

Required. The name of the aggregated compliance report over time to retrieve.

The supported format is: organizations/{organization_id}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
AggregateFrameworkComplianceReportRequest.Builder

This builder for chaining.