Class ListFindingSummariesRequest.Builder (0.12.0)

public static final class ListFindingSummariesRequest.Builder extends GeneratedMessage.Builder<ListFindingSummariesRequest.Builder> implements ListFindingSummariesRequestOrBuilder

The request message for [ListFindingSummaries][].

Protobuf type google.cloud.cloudsecuritycompliance.v1.ListFindingSummariesRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListFindingSummariesRequest build()
Returns
Type Description
ListFindingSummariesRequest

buildPartial()

public ListFindingSummariesRequest buildPartial()
Returns
Type Description
ListFindingSummariesRequest

clear()

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

clearEndTime() (deprecated)

public ListFindingSummariesRequest.Builder clearEndTime()

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListFindingSummariesRequest.Builder

clearFilter()

public ListFindingSummariesRequest.Builder clearFilter()

Optional. The filtering results.

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

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

clearPageSize()

public ListFindingSummariesRequest.Builder clearPageSize()

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

clearPageToken()

public ListFindingSummariesRequest.Builder clearPageToken()

Optional. A token that identifies the page of results that the server should return.

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

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

clearParent()

public ListFindingSummariesRequest.Builder clearParent()

Required. The parent scope for the framework overview page.

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

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListFindingSummariesRequest getDefaultInstanceForType()
Returns
Type Description
ListFindingSummariesRequest

getDescriptorForType()

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

getEndTime() (deprecated)

public Timestamp getEndTime()

Deprecated. google.cloud.cloudsecuritycompliance.v1.ListFindingSummariesRequest.end_time is deprecated. See google/cloud/cloudsecuritycompliance/v1/monitoring.proto;l=295

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The endTime.

getEndTimeBuilder() (deprecated)

public Timestamp.Builder getEndTimeBuilder()

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getEndTimeOrBuilder() (deprecated)

public TimestampOrBuilder getEndTimeOrBuilder()

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getFilter()

public String getFilter()

Optional. The filtering results.

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

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. The filtering results.

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

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A token that identifies the page of results that the server should return.

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

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A token that identifies the page of results that the server should return.

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

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent scope for the framework overview page.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent scope for the framework overview page.

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

Returns
Type Description
ByteString

The bytes for parent.

hasEndTime() (deprecated)

public boolean hasEndTime()

Deprecated. google.cloud.cloudsecuritycompliance.v1.ListFindingSummariesRequest.end_time is deprecated. See google/cloud/cloudsecuritycompliance/v1/monitoring.proto;l=295

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.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) (deprecated)

public ListFindingSummariesRequest.Builder mergeEndTime(Timestamp value)

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
ListFindingSummariesRequest.Builder

mergeFrom(ListFindingSummariesRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEndTime(Timestamp value) (deprecated)

public ListFindingSummariesRequest.Builder setEndTime(Timestamp value)

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Timestamp
Returns
Type Description
ListFindingSummariesRequest.Builder

setEndTime(Timestamp.Builder builderForValue) (deprecated)

public ListFindingSummariesRequest.Builder setEndTime(Timestamp.Builder builderForValue)

Optional. The end time of the finding summary.

.google.protobuf.Timestamp end_time = 5 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ListFindingSummariesRequest.Builder

setFilter(String value)

public ListFindingSummariesRequest.Builder setFilter(String value)

Optional. The filtering results.

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

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListFindingSummariesRequest.Builder setFilterBytes(ByteString value)

Optional. The filtering results.

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

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListFindingSummariesRequest.Builder setPageSize(int value)

Optional. The requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListFindingSummariesRequest.Builder setPageToken(String value)

Optional. A token that identifies the page of results that the server should return.

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

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListFindingSummariesRequest.Builder setPageTokenBytes(ByteString value)

Optional. A token that identifies the page of results that the server should return.

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

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

setParent(String value)

public ListFindingSummariesRequest.Builder setParent(String value)

Required. The parent scope for the framework overview page.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListFindingSummariesRequest.Builder setParentBytes(ByteString value)

Required. The parent scope for the framework overview page.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListFindingSummariesRequest.Builder

This builder for chaining.