Class DeleteNotebookExecutionJobRequest.Builder (3.84.0)

public static final class DeleteNotebookExecutionJobRequest.Builder extends GeneratedMessage.Builder<DeleteNotebookExecutionJobRequest.Builder> implements DeleteNotebookExecutionJobRequestOrBuilder

Request message for [NotebookService.DeleteNotebookExecutionJob]

Protobuf type google.cloud.aiplatform.v1beta1.DeleteNotebookExecutionJobRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DeleteNotebookExecutionJobRequest build()
Returns
Type Description
DeleteNotebookExecutionJobRequest

buildPartial()

public DeleteNotebookExecutionJobRequest buildPartial()
Returns
Type Description
DeleteNotebookExecutionJobRequest

clear()

public DeleteNotebookExecutionJobRequest.Builder clear()
Returns
Type Description
DeleteNotebookExecutionJobRequest.Builder
Overrides

clearName()

public DeleteNotebookExecutionJobRequest.Builder clearName()

Required. The name of the NotebookExecutionJob resource to be deleted.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteNotebookExecutionJobRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteNotebookExecutionJobRequest getDefaultInstanceForType()
Returns
Type Description
DeleteNotebookExecutionJobRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the NotebookExecutionJob resource to be deleted.

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 NotebookExecutionJob resource to be deleted.

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteNotebookExecutionJobRequest other)

public DeleteNotebookExecutionJobRequest.Builder mergeFrom(DeleteNotebookExecutionJobRequest other)
Parameter
Name Description
other DeleteNotebookExecutionJobRequest
Returns
Type Description
DeleteNotebookExecutionJobRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteNotebookExecutionJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteNotebookExecutionJobRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

setName(String value)

public DeleteNotebookExecutionJobRequest.Builder setName(String value)

Required. The name of the NotebookExecutionJob resource to be deleted.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteNotebookExecutionJobRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteNotebookExecutionJobRequest.Builder setNameBytes(ByteString value)

Required. The name of the NotebookExecutionJob resource to be deleted.

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
DeleteNotebookExecutionJobRequest.Builder

This builder for chaining.