public static final class ListLunsRequest.Builder extends GeneratedMessage.Builder<ListLunsRequest.Builder> implements ListLunsRequestOrBuilderMessage for requesting a list of storage volume luns.
Protobuf type google.cloud.baremetalsolution.v2.ListLunsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListLunsRequest.BuilderImplements
ListLunsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListLunsRequest build()| Returns | |
|---|---|
| Type | Description |
ListLunsRequest |
|
buildPartial()
public ListLunsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListLunsRequest |
|
clear()
public ListLunsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
|
clearPageSize()
public ListLunsRequest.Builder clearPageSize()Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListLunsRequest.Builder clearPageToken()A token identifying a page of results from the server.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
clearParent()
public ListLunsRequest.Builder clearParent()Required. Parent value for ListLunsRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListLunsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListLunsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()A token identifying a page of results from the server.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()A token identifying a page of results from the server.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. Parent value for ListLunsRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Parent value for ListLunsRequest.
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(ListLunsRequest other)
public ListLunsRequest.Builder mergeFrom(ListLunsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLunsRequest |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListLunsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListLunsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
|
setPageSize(int value)
public ListLunsRequest.Builder setPageSize(int value)Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListLunsRequest.Builder setPageToken(String value)A token identifying a page of results from the server.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListLunsRequest.Builder setPageTokenBytes(ByteString value)A token identifying a page of results from the server.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListLunsRequest.Builder setParent(String value)Required. Parent value for ListLunsRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListLunsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListLunsRequest.Builder setParentBytes(ByteString value)Required. Parent value for ListLunsRequest.
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 |
ListLunsRequest.Builder |
This builder for chaining. |