public static final class PurgeArtifactsRequest.Builder extends GeneratedMessage.Builder<PurgeArtifactsRequest.Builder> implements PurgeArtifactsRequestOrBuilderRequest message for MetadataService.PurgeArtifacts.
Protobuf type google.cloud.aiplatform.v1.PurgeArtifactsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PurgeArtifactsRequest.BuilderImplements
PurgeArtifactsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PurgeArtifactsRequest build()| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest |
|
buildPartial()
public PurgeArtifactsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest |
|
clear()
public PurgeArtifactsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
|
clearFilter()
public PurgeArtifactsRequest.Builder clearFilter() Required. A required filter matching the Artifacts to be purged.
E.g., update_time <= 2020-11-19T11:30:00-04:00.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
clearForce()
public PurgeArtifactsRequest.Builder clearForce() Optional. Flag to indicate to actually perform the purge.
If force is set to false, the method will return a sample of
Artifact names that would be deleted.
bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
clearParent()
public PurgeArtifactsRequest.Builder clearParent() Required. The metadata store to purge Artifacts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PurgeArtifactsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter() Required. A required filter matching the Artifacts to be purged.
E.g., update_time <= 2020-11-19T11:30:00-04:00.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes() Required. A required filter matching the Artifacts to be purged.
E.g., update_time <= 2020-11-19T11:30:00-04:00.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getForce()
public boolean getForce() Optional. Flag to indicate to actually perform the purge.
If force is set to false, the method will return a sample of
Artifact names that would be deleted.
bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getParent()
public String getParent() Required. The metadata store to purge Artifacts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The metadata store to purge Artifacts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(PurgeArtifactsRequest other)
public PurgeArtifactsRequest.Builder mergeFrom(PurgeArtifactsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
PurgeArtifactsRequest |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PurgeArtifactsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PurgeArtifactsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
|
setFilter(String value)
public PurgeArtifactsRequest.Builder setFilter(String value) Required. A required filter matching the Artifacts to be purged.
E.g., update_time <= 2020-11-19T11:30:00-04:00.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public PurgeArtifactsRequest.Builder setFilterBytes(ByteString value) Required. A required filter matching the Artifacts to be purged.
E.g., update_time <= 2020-11-19T11:30:00-04:00.
string filter = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
setForce(boolean value)
public PurgeArtifactsRequest.Builder setForce(boolean value) Optional. Flag to indicate to actually perform the purge.
If force is set to false, the method will return a sample of
Artifact names that would be deleted.
bool force = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe force to set. |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
setParent(String value)
public PurgeArtifactsRequest.Builder setParent(String value) Required. The metadata store to purge Artifacts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public PurgeArtifactsRequest.Builder setParentBytes(ByteString value) Required. The metadata store to purge Artifacts from.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
PurgeArtifactsRequest.Builder |
This builder for chaining. |