public static final class UpgradeInstanceInternalRequest.Builder extends GeneratedMessageV3.Builder<UpgradeInstanceInternalRequest.Builder> implements UpgradeInstanceInternalRequestOrBuilderRequest for upgrading a notebook instance from within the VM
Protobuf type google.cloud.notebooks.v1.UpgradeInstanceInternalRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpgradeInstanceInternalRequest.BuilderImplements
UpgradeInstanceInternalRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpgradeInstanceInternalRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
build()
public UpgradeInstanceInternalRequest build()| Type | Description |
| UpgradeInstanceInternalRequest |
buildPartial()
public UpgradeInstanceInternalRequest buildPartial()| Type | Description |
| UpgradeInstanceInternalRequest |
clear()
public UpgradeInstanceInternalRequest.Builder clear()| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpgradeInstanceInternalRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| 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];
| Type | Description |
| UpgradeInstanceInternalRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpgradeInstanceInternalRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
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];
| 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];
| Type | Description |
| UpgradeInstanceInternalRequest.Builder | This builder for chaining. |
clone()
public UpgradeInstanceInternalRequest.Builder clone()| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
getDefaultInstanceForType()
public UpgradeInstanceInternalRequest getDefaultInstanceForType()| Type | Description |
| UpgradeInstanceInternalRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| 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];
| 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];
| 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];
| 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];
| 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];
| 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];
| Type | Description |
| ByteString | The bytes for vmId. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(UpgradeInstanceInternalRequest other)
public UpgradeInstanceInternalRequest.Builder mergeFrom(UpgradeInstanceInternalRequest other)| Name | Description |
| other | UpgradeInstanceInternalRequest |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeInstanceInternalRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public UpgradeInstanceInternalRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeInstanceInternalRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpgradeInstanceInternalRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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];
| Name | Description |
| value | StringThe name to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
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];
| Name | Description |
| value | UpgradeTypeThe type to set. |
| 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];
| Name | Description |
| value | intThe enum numeric value on the wire for type to set. |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpgradeInstanceInternalRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder |
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];
| Name | Description |
| value | StringThe vmId to set. |
| 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];
| Name | Description |
| value | ByteStringThe bytes for vmId to set. |
| Type | Description |
| UpgradeInstanceInternalRequest.Builder | This builder for chaining. |