public static final class StopNotebookRuntimeRequest.Builder extends GeneratedMessage.Builder<StopNotebookRuntimeRequest.Builder> implements StopNotebookRuntimeRequestOrBuilderRequest message for NotebookService.StopNotebookRuntime.
Protobuf type google.cloud.aiplatform.v1.StopNotebookRuntimeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StopNotebookRuntimeRequest.BuilderImplements
StopNotebookRuntimeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StopNotebookRuntimeRequest build()| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest |
|
buildPartial()
public StopNotebookRuntimeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest |
|
clear()
public StopNotebookRuntimeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
|
clearName()
public StopNotebookRuntimeRequest.Builder clearName()Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public StopNotebookRuntimeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(StopNotebookRuntimeRequest other)
public StopNotebookRuntimeRequest.Builder mergeFrom(StopNotebookRuntimeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
StopNotebookRuntimeRequest |
| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StopNotebookRuntimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StopNotebookRuntimeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
|
setName(String value)
public StopNotebookRuntimeRequest.Builder setName(String value)Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public StopNotebookRuntimeRequest.Builder setNameBytes(ByteString value)Required. The name of the NotebookRuntime resource to be stopped. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
StopNotebookRuntimeRequest.Builder |
This builder for chaining. |