public static final class DeleteModelVersionRequest.Builder extends GeneratedMessage.Builder<DeleteModelVersionRequest.Builder> implements DeleteModelVersionRequestOrBuilderRequest message for ModelService.DeleteModelVersion.
Protobuf type google.cloud.aiplatform.v1beta1.DeleteModelVersionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteModelVersionRequest.BuilderImplements
DeleteModelVersionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteModelVersionRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest |
|
buildPartial()
public DeleteModelVersionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest |
|
clear()
public DeleteModelVersionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest.Builder |
|
clearName()
public DeleteModelVersionRequest.Builder clearName()Required. The name of the model version to be deleted, with a version ID explicitly included.
Example: projects/{project}/locations/{location}/models/{model}@1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteModelVersionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The name of the model version to be deleted, with a version ID explicitly included.
Example: projects/{project}/locations/{location}/models/{model}@1234
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 version to be deleted, with a version ID explicitly included.
Example: projects/{project}/locations/{location}/models/{model}@1234
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(DeleteModelVersionRequest other)
public DeleteModelVersionRequest.Builder mergeFrom(DeleteModelVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteModelVersionRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteModelVersionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteModelVersionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest.Builder |
|
setName(String value)
public DeleteModelVersionRequest.Builder setName(String value)Required. The name of the model version to be deleted, with a version ID explicitly included.
Example: projects/{project}/locations/{location}/models/{model}@1234
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteModelVersionRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteModelVersionRequest.Builder setNameBytes(ByteString value)Required. The name of the model version to be deleted, with a version ID explicitly included.
Example: projects/{project}/locations/{location}/models/{model}@1234
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 |
DeleteModelVersionRequest.Builder |
This builder for chaining. |