Class PurgeExecutionsResponse.Builder (3.42.0)

public static final class PurgeExecutionsResponse.Builder extends GeneratedMessageV3.Builder<PurgeExecutionsResponse.Builder> implements PurgeExecutionsResponseOrBuilder

Response message for MetadataService.PurgeExecutions.

Protobuf type google.cloud.aiplatform.v1.PurgeExecutionsResponse

Static Methods

getDescriptor()

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

Methods

addAllPurgeSample(Iterable<String> values)

public PurgeExecutionsResponse.Builder addAllPurgeSample(Iterable<String> values)

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
values Iterable<String>

The purgeSample to add.

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

addPurgeSample(String value)

public PurgeExecutionsResponse.Builder addPurgeSample(String value)

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The purgeSample to add.

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

addPurgeSampleBytes(ByteString value)

public PurgeExecutionsResponse.Builder addPurgeSampleBytes(ByteString value)

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes of the purgeSample to add.

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PurgeExecutionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

build()

public PurgeExecutionsResponse build()
Returns
Type Description
PurgeExecutionsResponse

buildPartial()

public PurgeExecutionsResponse buildPartial()
Returns
Type Description
PurgeExecutionsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public PurgeExecutionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PurgeExecutionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

clearPurgeCount()

public PurgeExecutionsResponse.Builder clearPurgeCount()

The number of Executions that this request deleted (or, if force is false, the number of Executions that will be deleted). This can be an estimate.

int64 purge_count = 1;

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

clearPurgeSample()

public PurgeExecutionsResponse.Builder clearPurgeSample()

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

clone()

public PurgeExecutionsResponse.Builder clone()
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

getDefaultInstanceForType()

public PurgeExecutionsResponse getDefaultInstanceForType()
Returns
Type Description
PurgeExecutionsResponse

getDescriptorForType()

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

getPurgeCount()

public long getPurgeCount()

The number of Executions that this request deleted (or, if force is false, the number of Executions that will be deleted). This can be an estimate.

int64 purge_count = 1;

Returns
Type Description
long

The purgeCount.

getPurgeSample(int index)

public String getPurgeSample(int index)

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The purgeSample at the given index.

getPurgeSampleBytes(int index)

public ByteString getPurgeSampleBytes(int index)

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the purgeSample at the given index.

getPurgeSampleCount()

public int getPurgeSampleCount()

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of purgeSample.

getPurgeSampleList()

public ProtocolStringList getPurgeSampleList()

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ProtocolStringList

A list containing the purgeSample.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PurgeExecutionsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PurgeExecutionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public PurgeExecutionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

setPurgeCount(long value)

public PurgeExecutionsResponse.Builder setPurgeCount(long value)

The number of Executions that this request deleted (or, if force is false, the number of Executions that will be deleted). This can be an estimate.

int64 purge_count = 1;

Parameter
Name Description
value long

The purgeCount to set.

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

setPurgeSample(int index, String value)

public PurgeExecutionsResponse.Builder setPurgeSample(int index, String value)

A sample of the Execution names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).

repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }

Parameters
Name Description
index int

The index to set the value at.

value String

The purgeSample to set.

Returns
Type Description
PurgeExecutionsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PurgeExecutionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PurgeExecutionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PurgeExecutionsResponse.Builder
Overrides