Interface ListFindingSummariesRequestOrBuilder (0.7.0)

public interface ListFindingSummariesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndTime() (deprecated)

public abstract 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.

getEndTimeOrBuilder() (deprecated)

public abstract 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 abstract String getFilter()

Optional. The filtering results.

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

Returns
Type Description
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

Optional. The filtering results.

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

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.