public static final class ListCrawledUrlsRequest.Builder extends GeneratedMessage.Builder<ListCrawledUrlsRequest.Builder> implements ListCrawledUrlsRequestOrBuilder Request for the ListCrawledUrls method.
Protobuf type google.cloud.websecurityscanner.v1beta.ListCrawledUrlsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListCrawledUrlsRequest.BuilderImplements
ListCrawledUrlsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
getDefaultInstanceForType()
public ListCrawledUrlsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListCrawledUrlsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListCrawledUrlsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListCrawledUrlsRequest.Builder |
|
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 |
intThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListCrawledUrlsRequest.Builder |
This builder for chaining. |