Class PurgeContextsResponse.Builder (3.84.0)

public static final class PurgeContextsResponse.Builder extends GeneratedMessage.Builder<PurgeContextsResponse.Builder> implements PurgeContextsResponseOrBuilder

Response message for MetadataService.PurgeContexts.

Protobuf type google.cloud.aiplatform.v1beta1.PurgeContextsResponse

Static Methods

getDescriptor()

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

Methods

addAllPurgeSample(Iterable<String> values)

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

A sample of the Context 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
PurgeContextsResponse.Builder

This builder for chaining.

addPurgeSample(String value)

public PurgeContextsResponse.Builder addPurgeSample(String value)

A sample of the Context 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
PurgeContextsResponse.Builder

This builder for chaining.

addPurgeSampleBytes(ByteString value)

public PurgeContextsResponse.Builder addPurgeSampleBytes(ByteString value)

A sample of the Context 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
PurgeContextsResponse.Builder

This builder for chaining.

build()

public PurgeContextsResponse build()
Returns
Type Description
PurgeContextsResponse

buildPartial()

public PurgeContextsResponse buildPartial()
Returns
Type Description
PurgeContextsResponse

clear()

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

clearPurgeCount()

public PurgeContextsResponse.Builder clearPurgeCount()

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

int64 purge_count = 1;

Returns
Type Description
PurgeContextsResponse.Builder

This builder for chaining.

clearPurgeSample()

public PurgeContextsResponse.Builder clearPurgeSample()

A sample of the Context 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
PurgeContextsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public PurgeContextsResponse getDefaultInstanceForType()
Returns
Type Description
PurgeContextsResponse

getDescriptorForType()

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

getPurgeCount()

public long getPurgeCount()

The number of Contexts that this request deleted (or, if force is false, the number of Contexts 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 Context 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 Context 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 Context 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 Context 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PurgeContextsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPurgeCount(long value)

public PurgeContextsResponse.Builder setPurgeCount(long value)

The number of Contexts that this request deleted (or, if force is false, the number of Contexts 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
PurgeContextsResponse.Builder

This builder for chaining.

setPurgeSample(int index, String value)

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

A sample of the Context 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
PurgeContextsResponse.Builder

This builder for chaining.