Class DeleteModelRequest.Builder (3.84.0)

public static final class DeleteModelRequest.Builder extends GeneratedMessage.Builder<DeleteModelRequest.Builder> implements DeleteModelRequestOrBuilder

Request message for ModelService.DeleteModel.

Protobuf type google.cloud.aiplatform.v1.DeleteModelRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteModelRequest build()
Returns
Type Description
DeleteModelRequest

buildPartial()

public DeleteModelRequest buildPartial()
Returns
Type Description
DeleteModelRequest

clear()

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

clearName()

public DeleteModelRequest.Builder clearName()

Required. The name of the Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}

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

Returns
Type Description
DeleteModelRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteModelRequest getDefaultInstanceForType()
Returns
Type Description
DeleteModelRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}

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 Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}

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(DeleteModelRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteModelRequest.Builder setName(String value)

Required. The name of the Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteModelRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteModelRequest.Builder setNameBytes(ByteString value)

Required. The name of the Model resource to be deleted. Format: projects/{project}/locations/{location}/models/{model}

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

This builder for chaining.