public static final class UpgradeInstanceRequest.Builder extends GeneratedMessage.Builder<UpgradeInstanceRequest.Builder> implements UpgradeInstanceRequestOrBuilderRequest for upgrading a notebook instance
Protobuf type google.cloud.notebooks.v1.UpgradeInstanceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpgradeInstanceRequest.BuilderImplements
UpgradeInstanceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpgradeInstanceRequest build()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest |
|
buildPartial()
public UpgradeInstanceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest |
|
clear()
public UpgradeInstanceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
clearName()
public UpgradeInstanceRequest.Builder clearName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
clearType()
public UpgradeInstanceRequest.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 = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpgradeInstanceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest |
|
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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpgradeInstanceRequest other)
public UpgradeInstanceRequest.Builder mergeFrom(UpgradeInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpgradeInstanceRequest |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpgradeInstanceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpgradeInstanceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
|
setName(String value)
public UpgradeInstanceRequest.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 |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public UpgradeInstanceRequest.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 |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
setType(UpgradeType value)
public UpgradeInstanceRequest.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 = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
UpgradeTypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |
setTypeValue(int value)
public UpgradeInstanceRequest.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 = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
UpgradeInstanceRequest.Builder |
This builder for chaining. |