Class FetchFrameworkComplianceReportRequest.Builder (0.12.0)

public static final class FetchFrameworkComplianceReportRequest.Builder extends GeneratedMessage.Builder<FetchFrameworkComplianceReportRequest.Builder> implements FetchFrameworkComplianceReportRequestOrBuilder

The request message for [FetchFrameworkComplianceReport][].

Protobuf type google.cloud.cloudsecuritycompliance.v1.FetchFrameworkComplianceReportRequest

Static Methods

getDescriptor()

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

Methods

build()

public FetchFrameworkComplianceReportRequest build()
Returns
Type Description
FetchFrameworkComplianceReportRequest

buildPartial()

public FetchFrameworkComplianceReportRequest buildPartial()
Returns
Type Description
FetchFrameworkComplianceReportRequest

clear()

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

clearEndTime()

public FetchFrameworkComplianceReportRequest.Builder clearEndTime()

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FetchFrameworkComplianceReportRequest.Builder

clearName()

public FetchFrameworkComplianceReportRequest.Builder clearName()

Required. The name of the framework compliance report to retrieve.

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

Returns
Type Description
FetchFrameworkComplianceReportRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public FetchFrameworkComplianceReportRequest getDefaultInstanceForType()
Returns
Type Description
FetchFrameworkComplianceReportRequest

getDescriptorForType()

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

getEndTime()

public Timestamp getEndTime()

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getName()

public String getName()

Required. The name of the framework compliance report to retrieve.

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 framework compliance report to retrieve.

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

Returns
Type Description
ByteString

The bytes for name.

hasEndTime()

public boolean hasEndTime()

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the endTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEndTime(Timestamp value)

public FetchFrameworkComplianceReportRequest.Builder mergeEndTime(Timestamp value)

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
FetchFrameworkComplianceReportRequest.Builder

mergeFrom(FetchFrameworkComplianceReportRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEndTime(Timestamp value)

public FetchFrameworkComplianceReportRequest.Builder setEndTime(Timestamp value)

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
FetchFrameworkComplianceReportRequest.Builder

setEndTime(Timestamp.Builder builderForValue)

public FetchFrameworkComplianceReportRequest.Builder setEndTime(Timestamp.Builder builderForValue)

Optional. The end time of the report.

.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
FetchFrameworkComplianceReportRequest.Builder

setName(String value)

public FetchFrameworkComplianceReportRequest.Builder setName(String value)

Required. The name of the framework compliance report to retrieve.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
FetchFrameworkComplianceReportRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FetchFrameworkComplianceReportRequest.Builder setNameBytes(ByteString value)

Required. The name of the framework compliance report to retrieve.

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
FetchFrameworkComplianceReportRequest.Builder

This builder for chaining.