Class DeleteRuntimeRequest.Builder (1.81.0)

public static final class DeleteRuntimeRequest.Builder extends GeneratedMessage.Builder<DeleteRuntimeRequest.Builder> implements DeleteRuntimeRequestOrBuilder

Request for deleting a Managed Notebook Runtime.

Protobuf type google.cloud.notebooks.v1.DeleteRuntimeRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteRuntimeRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteRuntimeRequest.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for requestId to set.

Returns
Type Description
DeleteRuntimeRequest.Builder

This builder for chaining.