public static final class ListSSHKeysRequest.Builder extends GeneratedMessage.Builder<ListSSHKeysRequest.Builder> implements ListSSHKeysRequestOrBuilderMessage for listing the public SSH keys in a project.
Protobuf type google.cloud.baremetalsolution.v2.ListSSHKeysRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSSHKeysRequest.BuilderImplements
ListSSHKeysRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListSSHKeysRequest build()| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest |
|
buildPartial()
public ListSSHKeysRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest |
|
clear()
public ListSSHKeysRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
|
clearPageSize()
public ListSSHKeysRequest.Builder clearPageSize()The maximum number of items to return.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSSHKeysRequest.Builder clearPageToken()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
clearParent()
public ListSSHKeysRequest.Builder clearParent()Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSSHKeysRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()The maximum number of items to return.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".
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 containing the SSH keys. Currently, the only valid value for the location is "global".
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(ListSSHKeysRequest other)
public ListSSHKeysRequest.Builder mergeFrom(ListSSHKeysRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSSHKeysRequest |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSSHKeysRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSSHKeysRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
|
setPageSize(int value)
public ListSSHKeysRequest.Builder setPageSize(int value)The maximum number of items to return.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSSHKeysRequest.Builder setPageToken(String value)The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSSHKeysRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value returned from a previous List request, if any.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListSSHKeysRequest.Builder setParent(String value)Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListSSHKeysRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListSSHKeysRequest.Builder setParentBytes(ByteString value)Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".
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 |
ListSSHKeysRequest.Builder |
This builder for chaining. |