Class DeleteReferenceImageRequest.Builder (3.81.0)

public static final class DeleteReferenceImageRequest.Builder extends GeneratedMessage.Builder<DeleteReferenceImageRequest.Builder> implements DeleteReferenceImageRequestOrBuilder

Request message for the DeleteReferenceImage method.

Protobuf type google.cloud.vision.v1p4beta1.DeleteReferenceImageRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteReferenceImageRequest build()
Returns
Type Description
DeleteReferenceImageRequest

buildPartial()

public DeleteReferenceImageRequest buildPartial()
Returns
Type Description
DeleteReferenceImageRequest

clear()

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

clearName()

public DeleteReferenceImageRequest.Builder clearName()

Required. The resource name of the reference image to delete.

Format is:

projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID

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

Returns
Type Description
DeleteReferenceImageRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteReferenceImageRequest getDefaultInstanceForType()
Returns
Type Description
DeleteReferenceImageRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the reference image to delete.

Format is:

projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the reference image to delete.

Format is:

projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteReferenceImageRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteReferenceImageRequest.Builder setName(String value)

Required. The resource name of the reference image to delete.

Format is:

projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteReferenceImageRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteReferenceImageRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the reference image to delete.

Format is:

projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteReferenceImageRequest.Builder

This builder for chaining.