Class AddProductToProductSetRequest.Builder (3.81.0)

public static final class AddProductToProductSetRequest.Builder extends GeneratedMessage.Builder<AddProductToProductSetRequest.Builder> implements AddProductToProductSetRequestOrBuilder

Request message for the AddProductToProductSet method.

Protobuf type google.cloud.vision.v1.AddProductToProductSetRequest

Static Methods

getDescriptor()

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

Methods

build()

public AddProductToProductSetRequest build()
Returns
Type Description
AddProductToProductSetRequest

buildPartial()

public AddProductToProductSetRequest buildPartial()
Returns
Type Description
AddProductToProductSetRequest

clear()

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

clearName()

public AddProductToProductSetRequest.Builder clearName()

Required. The resource name for the ProductSet to modify.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

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

Returns
Type Description
AddProductToProductSetRequest.Builder

This builder for chaining.

clearProduct()

public AddProductToProductSetRequest.Builder clearProduct()

Required. The resource name for the Product to be added to this ProductSet.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
AddProductToProductSetRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public AddProductToProductSetRequest getDefaultInstanceForType()
Returns
Type Description
AddProductToProductSetRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name for the ProductSet to modify.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_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 for the ProductSet to modify.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

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

Returns
Type Description
ByteString

The bytes for name.

getProduct()

public String getProduct()

Required. The resource name for the Product to be added to this ProductSet.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The product.

getProductBytes()

public ByteString getProductBytes()

Required. The resource name for the Product to be added to this ProductSet.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for product.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AddProductToProductSetRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public AddProductToProductSetRequest.Builder setName(String value)

Required. The resource name for the ProductSet to modify.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_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
AddProductToProductSetRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public AddProductToProductSetRequest.Builder setNameBytes(ByteString value)

Required. The resource name for the ProductSet to modify.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_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
AddProductToProductSetRequest.Builder

This builder for chaining.

setProduct(String value)

public AddProductToProductSetRequest.Builder setProduct(String value)

Required. The resource name for the Product to be added to this ProductSet.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The product to set.

Returns
Type Description
AddProductToProductSetRequest.Builder

This builder for chaining.

setProductBytes(ByteString value)

public AddProductToProductSetRequest.Builder setProductBytes(ByteString value)

Required. The resource name for the Product to be added to this ProductSet.

Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID

string product = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for product to set.

Returns
Type Description
AddProductToProductSetRequest.Builder

This builder for chaining.