public static final class UpgradeInstanceInternalRequest.Builder extends GeneratedMessage.Builder<UpgradeInstanceInternalRequest.Builder> implements UpgradeInstanceInternalRequestOrBuilderRequest for upgrading a notebook instance from within the VM
Protobuf type google.cloud.notebooks.v1.UpgradeInstanceInternalRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpgradeInstanceInternalRequest.BuilderImplements
UpgradeInstanceInternalRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpgradeInstanceInternalRequest build()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest |
|
buildPartial()
public UpgradeInstanceInternalRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest |
|
clear()
public UpgradeInstanceInternalRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
|
clearName()
public UpgradeInstanceInternalRequest.Builder clearName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
clearType()
public UpgradeInstanceInternalRequest.Builder clearType()Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.
.google.cloud.notebooks.v1.UpgradeType type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
clearVmId()
public UpgradeInstanceInternalRequest.Builder clearVmId()Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpgradeInstanceInternalRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getType()
public UpgradeType getType()Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.
.google.cloud.notebooks.v1.UpgradeType type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpgradeType |
The type. |
getTypeValue()
public int getTypeValue()Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.
.google.cloud.notebooks.v1.UpgradeType type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
getVmId()
public String getVmId()Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The vmId. |
getVmIdBytes()
public ByteString getVmIdBytes()Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for vmId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpgradeInstanceInternalRequest other)
public UpgradeInstanceInternalRequest.Builder mergeFrom(UpgradeInstanceInternalRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeInstanceInternalRequest |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeInstanceInternalRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpgradeInstanceInternalRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
|
setName(String value)
public UpgradeInstanceInternalRequest.Builder setName(String value) Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public UpgradeInstanceInternalRequest.Builder setNameBytes(ByteString value) Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
setType(UpgradeType value)
public UpgradeInstanceInternalRequest.Builder setType(UpgradeType value)Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.
.google.cloud.notebooks.v1.UpgradeType type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
UpgradeTypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
setTypeValue(int value)
public UpgradeInstanceInternalRequest.Builder setTypeValue(int value)Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.
.google.cloud.notebooks.v1.UpgradeType type = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
setVmId(String value)
public UpgradeInstanceInternalRequest.Builder setVmId(String value)Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe vmId to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |
setVmIdBytes(ByteString value)
public UpgradeInstanceInternalRequest.Builder setVmIdBytes(ByteString value)Required. The VM hardware token for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity
string vm_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for vmId to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceInternalRequest.Builder |
This builder for chaining. |