Class DeleteContextRequest.Builder (3.16.0)

public static final class DeleteContextRequest.Builder extends GeneratedMessageV3.Builder<DeleteContextRequest.Builder> implements DeleteContextRequestOrBuilder

Request message for MetadataService.DeleteContext.

Protobuf type google.cloud.aiplatform.v1beta1.DeleteContextRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteContextRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

build()

public DeleteContextRequest build()
Returns
TypeDescription
DeleteContextRequest

buildPartial()

public DeleteContextRequest buildPartial()
Returns
TypeDescription
DeleteContextRequest

clear()

public DeleteContextRequest.Builder clear()
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

clearEtag()

public DeleteContextRequest.Builder clearEtag()

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DeleteContextRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

clearForce()

public DeleteContextRequest.Builder clearForce()

The force deletion semantics is still undefined. Users should not use this field.

bool force = 2;

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

clearName()

public DeleteContextRequest.Builder clearName()

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteContextRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

clone()

public DeleteContextRequest.Builder clone()
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

getDefaultInstanceForType()

public DeleteContextRequest getDefaultInstanceForType()
Returns
TypeDescription
DeleteContextRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEtag()

public String getEtag()

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for etag.

getForce()

public boolean getForce()

The force deletion semantics is still undefined. Users should not use this field.

bool force = 2;

Returns
TypeDescription
boolean

The force.

getName()

public String getName()

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DeleteContextRequest other)

public DeleteContextRequest.Builder mergeFrom(DeleteContextRequest other)
Parameter
NameDescription
otherDeleteContextRequest
Returns
TypeDescription
DeleteContextRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteContextRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DeleteContextRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteContextRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

setEtag(String value)

public DeleteContextRequest.Builder setEtag(String value)

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The etag to set.

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteContextRequest.Builder setEtagBytes(ByteString value)

Optional. The etag of the Context to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.

string etag = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for etag to set.

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteContextRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

setForce(boolean value)

public DeleteContextRequest.Builder setForce(boolean value)

The force deletion semantics is still undefined. Users should not use this field.

bool force = 2;

Parameter
NameDescription
valueboolean

The force to set.

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

setName(String value)

public DeleteContextRequest.Builder setName(String value)

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteContextRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the Context to delete. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeleteContextRequest.Builder

This builder for chaining.

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

public DeleteContextRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteContextRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteContextRequest.Builder
Overrides