public static final class ListUrlListsRequest.Builder extends GeneratedMessage.Builder<ListUrlListsRequest.Builder> implements ListUrlListsRequestOrBuilderRequest used by the ListUrlList method.
Protobuf type google.cloud.networksecurity.v1.ListUrlListsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListUrlListsRequest.BuilderImplements
ListUrlListsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListUrlListsRequest build()| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest |
|
buildPartial()
public ListUrlListsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest |
|
clear()
public ListUrlListsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
|
clearPageSize()
public ListUrlListsRequest.Builder clearPageSize()Maximum number of UrlLists to return per call.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListUrlListsRequest.Builder clearPageToken() The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior
ListUrlLists call, and that the system
should return the next page of data.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
clearParent()
public ListUrlListsRequest.Builder clearParent() Required. The project and location from which the UrlLists should
be listed, specified in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListUrlListsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Maximum number of UrlLists to return per call.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior
ListUrlLists call, and that the system
should return the next page of data.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior
ListUrlLists call, and that the system
should return the next page of data.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The project and location from which the UrlLists should
be listed, specified in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The project and location from which the UrlLists should
be listed, specified in the format
projects/{project}/locations/{location}.
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(ListUrlListsRequest other)
public ListUrlListsRequest.Builder mergeFrom(ListUrlListsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUrlListsRequest |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListUrlListsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListUrlListsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
|
setPageSize(int value)
public ListUrlListsRequest.Builder setPageSize(int value)Maximum number of UrlLists to return per call.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListUrlListsRequest.Builder setPageToken(String value) The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior
ListUrlLists call, and that the system
should return the next page of data.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListUrlListsRequest.Builder setPageTokenBytes(ByteString value) The value returned by the last ListUrlListsResponse
Indicates that this is a continuation of a prior
ListUrlLists call, and that the system
should return the next page of data.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListUrlListsRequest.Builder setParent(String value) Required. The project and location from which the UrlLists should
be listed, specified in the format
projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListUrlListsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListUrlListsRequest.Builder setParentBytes(ByteString value) Required. The project and location from which the UrlLists should
be listed, specified in the format
projects/{project}/locations/{location}.
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 |
ListUrlListsRequest.Builder |
This builder for chaining. |