public static final class IsInstanceUpgradeableRequest.Builder extends GeneratedMessage.Builder<IsInstanceUpgradeableRequest.Builder> implements IsInstanceUpgradeableRequestOrBuilderRequest for checking if a notebook instance is upgradeable.
Protobuf type google.cloud.notebooks.v1.IsInstanceUpgradeableRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IsInstanceUpgradeableRequest.BuilderImplements
IsInstanceUpgradeableRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IsInstanceUpgradeableRequest build()| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest |
|
buildPartial()
public IsInstanceUpgradeableRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest |
|
clear()
public IsInstanceUpgradeableRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
|
clearNotebookInstance()
public IsInstanceUpgradeableRequest.Builder clearNotebookInstance() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
This builder for chaining. |
clearType()
public IsInstanceUpgradeableRequest.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 |
IsInstanceUpgradeableRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public IsInstanceUpgradeableRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNotebookInstance()
public String getNotebookInstance() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The notebookInstance. |
getNotebookInstanceBytes()
public ByteString getNotebookInstanceBytes() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for notebookInstance. |
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(IsInstanceUpgradeableRequest other)
public IsInstanceUpgradeableRequest.Builder mergeFrom(IsInstanceUpgradeableRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
IsInstanceUpgradeableRequest |
| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IsInstanceUpgradeableRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IsInstanceUpgradeableRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
|
setNotebookInstance(String value)
public IsInstanceUpgradeableRequest.Builder setNotebookInstance(String value) Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe notebookInstance to set. |
| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
This builder for chaining. |
setNotebookInstanceBytes(ByteString value)
public IsInstanceUpgradeableRequest.Builder setNotebookInstanceBytes(ByteString value) Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string notebook_instance = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for notebookInstance to set. |
| Returns | |
|---|---|
| Type | Description |
IsInstanceUpgradeableRequest.Builder |
This builder for chaining. |
setType(UpgradeType value)
public IsInstanceUpgradeableRequest.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 |
IsInstanceUpgradeableRequest.Builder |
This builder for chaining. |
setTypeValue(int value)
public IsInstanceUpgradeableRequest.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 |
IsInstanceUpgradeableRequest.Builder |
This builder for chaining. |