Class GetReferenceImageRequest.Builder (3.81.0)

public static final class GetReferenceImageRequest.Builder extends GeneratedMessage.Builder<GetReferenceImageRequest.Builder> implements GetReferenceImageRequestOrBuilder

Request message for the GetReferenceImage method.

Protobuf type google.cloud.vision.v1.GetReferenceImageRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetReferenceImageRequest build()
Returns
Type Description
GetReferenceImageRequest

buildPartial()

public GetReferenceImageRequest buildPartial()
Returns
Type Description
GetReferenceImageRequest

clear()

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

clearName()

public GetReferenceImageRequest.Builder clearName()

Required. The resource name of the ReferenceImage to get.

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
GetReferenceImageRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetReferenceImageRequest getDefaultInstanceForType()
Returns
Type Description
GetReferenceImageRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the ReferenceImage to get.

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 ReferenceImage to get.

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(GetReferenceImageRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetReferenceImageRequest.Builder setName(String value)

Required. The resource name of the ReferenceImage to get.

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
GetReferenceImageRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetReferenceImageRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the ReferenceImage to get.

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
GetReferenceImageRequest.Builder

This builder for chaining.