Class ListCrawledUrlsRequest.Builder (2.2.1)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListCrawledUrlsRequest build()
Returns
TypeDescription
ListCrawledUrlsRequest

buildPartial()

public ListCrawledUrlsRequest buildPartial()
Returns
TypeDescription
ListCrawledUrlsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public ListCrawledUrlsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ListCrawledUrlsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListCrawledUrlsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListCrawledUrlsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
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 = 2;

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 = 2;

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(ListCrawledUrlsRequest other)

public ListCrawledUrlsRequest.Builder mergeFrom(ListCrawledUrlsRequest other)
Parameter
NameDescription
otherListCrawledUrlsRequest
Returns
TypeDescription
ListCrawledUrlsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public ListCrawledUrlsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
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
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
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
NameDescription
valueString

The parent to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListCrawledUrlsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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