public static final class DeleteRuntimeRequest.Builder extends GeneratedMessage.Builder<DeleteRuntimeRequest.Builder> implements DeleteRuntimeRequestOrBuilderRequest for deleting a Managed Notebook Runtime.
Protobuf type google.cloud.notebooks.v1.DeleteRuntimeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteRuntimeRequest.BuilderImplements
DeleteRuntimeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteRuntimeRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest |
|
buildPartial()
public DeleteRuntimeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest |
|
clear()
public DeleteRuntimeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
|
clearName()
public DeleteRuntimeRequest.Builder clearName() Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
This builder for chaining. |
clearRequestId()
public DeleteRuntimeRequest.Builder clearRequestId()Idempotent request UUID.
string request_id = 2;
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteRuntimeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRequestId()
public String getRequestId()Idempotent request UUID.
string request_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public ByteString getRequestIdBytes()Idempotent request UUID.
string request_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteRuntimeRequest other)
public DeleteRuntimeRequest.Builder mergeFrom(DeleteRuntimeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteRuntimeRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteRuntimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteRuntimeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
|
setName(String value)
public DeleteRuntimeRequest.Builder setName(String value) Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteRuntimeRequest.Builder setNameBytes(ByteString value) Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
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 |
DeleteRuntimeRequest.Builder |
This builder for chaining. |
setRequestId(String value)
public DeleteRuntimeRequest.Builder setRequestId(String value)Idempotent request UUID.
string request_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requestId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
This builder for chaining. |
setRequestIdBytes(ByteString value)
public DeleteRuntimeRequest.Builder setRequestIdBytes(ByteString value)Idempotent request UUID.
string request_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requestId to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteRuntimeRequest.Builder |
This builder for chaining. |