Class UpgradeInstanceInternalRequest.Builder (1.42.0)

public static final class UpgradeInstanceInternalRequest.Builder extends GeneratedMessageV3.Builder<UpgradeInstanceInternalRequest.Builder> implements UpgradeInstanceInternalRequestOrBuilder

Request for upgrading a notebook instance from within the VM

Protobuf type google.cloud.notebooks.v1.UpgradeInstanceInternalRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpgradeInstanceInternalRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public UpgradeInstanceInternalRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public UpgradeInstanceInternalRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

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.

clone()

public UpgradeInstanceInternalRequest.Builder clone()
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

getDefaultInstanceForType()

public UpgradeInstanceInternalRequest getDefaultInstanceForType()
Returns
Type Description
UpgradeInstanceInternalRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpgradeInstanceInternalRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpgradeInstanceInternalRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UpgradeInstanceInternalRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

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 String

The 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 ByteString

The bytes for name to set.

Returns
Type Description
UpgradeInstanceInternalRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpgradeInstanceInternalRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

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 UpgradeType

The 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 int

The enum numeric value on the wire for type to set.

Returns
Type Description
UpgradeInstanceInternalRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final UpgradeInstanceInternalRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpgradeInstanceInternalRequest.Builder
Overrides

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 String

The 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 ByteString

The bytes for vmId to set.

Returns
Type Description
UpgradeInstanceInternalRequest.Builder

This builder for chaining.