Class ListCrawledUrlsRequest.Builder (2.42.0)

public static final class ListCrawledUrlsRequest.Builder extends GeneratedMessageV3.Builder<ListCrawledUrlsRequest.Builder> implements ListCrawledUrlsRequestOrBuilder

Request for the ListCrawledUrls method.

Protobuf type google.cloud.websecurityscanner.v1beta.ListCrawledUrlsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListCrawledUrlsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

build()

public ListCrawledUrlsRequest build()
Returns
Type Description
ListCrawledUrlsRequest

buildPartial()

public ListCrawledUrlsRequest buildPartial()
Returns
Type Description
ListCrawledUrlsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListCrawledUrlsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListCrawledUrlsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

clearPageSize()

public ListCrawledUrlsRequest.Builder clearPageSize()

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

int32 page_size = 3;

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

clearPageToken()

public ListCrawledUrlsRequest.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 = 2;

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

clearParent()

public ListCrawledUrlsRequest.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
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

clone()

public ListCrawledUrlsRequest.Builder clone()
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListCrawledUrlsRequest getDefaultInstanceForType()
Returns
Type Description
ListCrawledUrlsRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

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

int32 page_size = 3;

Returns
Type Description
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 = 2;

Returns
Type Description
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 = 2;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListCrawledUrlsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListCrawledUrlsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListCrawledUrlsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

setPageSize(int value)

public ListCrawledUrlsRequest.Builder setPageSize(int value)

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

int32 page_size = 3;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListCrawledUrlsRequest.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 = 2;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListCrawledUrlsRequest.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 = 2;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

setParent(String value)

public ListCrawledUrlsRequest.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
Name Description
value String

The parent to set.

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListCrawledUrlsRequest.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
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListCrawledUrlsRequest.Builder

This builder for chaining.

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

public ListCrawledUrlsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListCrawledUrlsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListCrawledUrlsRequest.Builder
Overrides