public static final class DeleteModelMonitorRequest.Builder extends GeneratedMessage.Builder<DeleteModelMonitorRequest.Builder> implements DeleteModelMonitorRequestOrBuilderRequest message for ModelMonitoringService.DeleteModelMonitor.
Protobuf type google.cloud.aiplatform.v1beta1.DeleteModelMonitorRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteModelMonitorRequest.BuilderImplements
DeleteModelMonitorRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteModelMonitorRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest |
|
buildPartial()
public DeleteModelMonitorRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest |
|
clear()
public DeleteModelMonitorRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
|
clearForce()
public DeleteModelMonitorRequest.Builder clearForce()Optional. Force delete the model monitor with schedules.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
This builder for chaining. |
clearName()
public DeleteModelMonitorRequest.Builder clearName() Required. The name of the ModelMonitor resource to be deleted.
Format:
projects/{project}/locations/{location}/modelMonitords/{model_monitor}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteModelMonitorRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getForce()
public boolean getForce()Optional. Force delete the model monitor with schedules.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getName()
public String getName() Required. The name of the ModelMonitor resource to be deleted.
Format:
projects/{project}/locations/{location}/modelMonitords/{model_monitor}
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 ModelMonitor resource to be deleted.
Format:
projects/{project}/locations/{location}/modelMonitords/{model_monitor}
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(DeleteModelMonitorRequest other)
public DeleteModelMonitorRequest.Builder mergeFrom(DeleteModelMonitorRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteModelMonitorRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteModelMonitorRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteModelMonitorRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
|
setForce(boolean value)
public DeleteModelMonitorRequest.Builder setForce(boolean value)Optional. Force delete the model monitor with schedules.
bool force = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe force to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
This builder for chaining. |
setName(String value)
public DeleteModelMonitorRequest.Builder setName(String value) Required. The name of the ModelMonitor resource to be deleted.
Format:
projects/{project}/locations/{location}/modelMonitords/{model_monitor}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteModelMonitorRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteModelMonitorRequest.Builder setNameBytes(ByteString value) Required. The name of the ModelMonitor resource to be deleted.
Format:
projects/{project}/locations/{location}/modelMonitords/{model_monitor}
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 |
DeleteModelMonitorRequest.Builder |
This builder for chaining. |