Class ListFindingsRequest.Builder (2.41.0)

public static final class ListFindingsRequest.Builder extends GeneratedMessageV3.Builder<ListFindingsRequest.Builder> implements ListFindingsRequestOrBuilder

Request for the ListFindings method.

Protobuf type google.cloud.websecurityscanner.v1alpha.ListFindingsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListFindingsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

build()

public ListFindingsRequest build()
Returns
TypeDescription
ListFindingsRequest

buildPartial()

public ListFindingsRequest buildPartial()
Returns
TypeDescription
ListFindingsRequest

clear()

public ListFindingsRequest.Builder clear()
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListFindingsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

clearFilter()

public ListFindingsRequest.Builder clearFilter()

Required. The filter expression. The expression must be in the format: <field> <operator> <value>. Supported field: 'finding_type'. Supported operator: '='.

string filter = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListFindingsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

clearPageSize()

public ListFindingsRequest.Builder clearPageSize()

The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

int32 page_size = 4;

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

clearPageToken()

public ListFindingsRequest.Builder clearPageToken()

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

string page_token = 3;

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

clearParent()

public ListFindingsRequest.Builder clearParent()

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

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

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

clone()

public ListFindingsRequest.Builder clone()
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListFindingsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListFindingsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFilter()

public String getFilter()

Required. The filter expression. The expression must be in the format: <field> <operator> <value>. Supported field: 'finding_type'. Supported operator: '='.

string filter = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Required. The filter expression. The expression must be in the format: <field> <operator> <value>. Supported field: 'finding_type'. Supported operator: '='.

string filter = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

int32 page_size = 4;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

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

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListFindingsRequest other)

public ListFindingsRequest.Builder mergeFrom(ListFindingsRequest other)
Parameter
NameDescription
otherListFindingsRequest
Returns
TypeDescription
ListFindingsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListFindingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListFindingsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListFindingsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListFindingsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

setFilter(String value)

public ListFindingsRequest.Builder setFilter(String value)

Required. The filter expression. The expression must be in the format: <field> <operator> <value>. Supported field: 'finding_type'. Supported operator: '='.

string filter = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The filter to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListFindingsRequest.Builder setFilterBytes(ByteString value)

Required. The filter expression. The expression must be in the format: <field> <operator> <value>. Supported field: 'finding_type'. Supported operator: '='.

string filter = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListFindingsRequest.Builder setPageSize(int value)

The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

int32 page_size = 4;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListFindingsRequest.Builder setPageToken(String value)

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListFindingsRequest.Builder setPageTokenBytes(ByteString value)

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setParent(String value)

public ListFindingsRequest.Builder setParent(String value)

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListFindingsRequest.Builder setParentBytes(ByteString value)

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListFindingsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListFindingsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListFindingsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListFindingsRequest.Builder
Overrides