public static final class ListRapidCachesRequest.Builder extends GeneratedMessage.Builder<ListRapidCachesRequest.Builder> implements ListRapidCachesRequestOrBuilderRequest message for ListRapidCaches.
Protobuf type google.storage.control.v2.ListRapidCachesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListRapidCachesRequest.BuilderImplements
ListRapidCachesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListRapidCachesRequest build()| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest |
|
buildPartial()
public ListRapidCachesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest |
|
clear()
public ListRapidCachesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
|
clearPageSize()
public ListRapidCachesRequest.Builder clearPageSize()Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListRapidCachesRequest.Builder clearPageToken()A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
clearParent()
public ListRapidCachesRequest.Builder clearParent()Required. The bucket to which this cache belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
clearRequestId()
public ListRapidCachesRequest.Builder clearRequestId()Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListRapidCachesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The bucket to which this cache belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The bucket to which this cache belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
public String getRequestId()Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRapidCachesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListRapidCachesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
|
mergeFrom(ListRapidCachesRequest other)
public ListRapidCachesRequest.Builder mergeFrom(ListRapidCachesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRapidCachesRequest |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
|
setPageSize(int value)
public ListRapidCachesRequest.Builder setPageSize(int value)Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListRapidCachesRequest.Builder setPageToken(String value)A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListRapidCachesRequest.Builder setPageTokenBytes(ByteString value)A previously-returned page token representing part of the larger set of results to view.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListRapidCachesRequest.Builder setParent(String value)Required. The bucket to which this cache belongs.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListRapidCachesRequest.Builder setParentBytes(ByteString value)Required. The bucket to which this cache belongs.
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 |
ListRapidCachesRequest.Builder |
This builder for chaining. |
setRequestId(String value)
public ListRapidCachesRequest.Builder setRequestId(String value)Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public ListRapidCachesRequest.Builder setRequestIdBytes(ByteString value)Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
ListRapidCachesRequest.Builder |
This builder for chaining. |