public static final class ListOSImagesRequest.Builder extends GeneratedMessage.Builder<ListOSImagesRequest.Builder> implements ListOSImagesRequestOrBuilderRequest for getting all available OS images.
Protobuf type google.cloud.baremetalsolution.v2.ListOSImagesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListOSImagesRequest.BuilderImplements
ListOSImagesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListOSImagesRequest build()| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest |
|
buildPartial()
public ListOSImagesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest |
|
clear()
public ListOSImagesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
|
clearPageSize()
public ListOSImagesRequest.Builder clearPageSize()Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListOSImagesRequest.Builder clearPageToken()A token identifying a page of results from the server.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
This builder for chaining. |
clearParent()
public ListOSImagesRequest.Builder clearParent()Required. Parent value for ListProvisioningQuotasRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListOSImagesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest |
|
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. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.
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 ListProvisioningQuotasRequest.
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 ListProvisioningQuotasRequest.
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(ListOSImagesRequest other)
public ListOSImagesRequest.Builder mergeFrom(ListOSImagesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListOSImagesRequest |
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListOSImagesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListOSImagesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
|
setPageSize(int value)
public ListOSImagesRequest.Builder setPageSize(int value)Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListOSImagesRequest.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 |
ListOSImagesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListOSImagesRequest.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 |
ListOSImagesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListOSImagesRequest.Builder setParent(String value)Required. Parent value for ListProvisioningQuotasRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListOSImagesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListOSImagesRequest.Builder setParentBytes(ByteString value)Required. Parent value for ListProvisioningQuotasRequest.
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 |
ListOSImagesRequest.Builder |
This builder for chaining. |