public final class DeleteProductRequest extends GeneratedMessageV3 implements DeleteProductRequestOrBuilder
Request message for
ProductService.DeleteProduct
method.
Protobuf type google.cloud.retail.v2.DeleteProductRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DeleteProductRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DeleteProductRequest.Builder newBuilder()
newBuilder(DeleteProductRequest prototype)
public static DeleteProductRequest.Builder newBuilder(DeleteProductRequest prototype)
public static DeleteProductRequest parseDelimitedFrom(InputStream input)
public static DeleteProductRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DeleteProductRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DeleteProductRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DeleteProductRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteProductRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DeleteProductRequest parseFrom(CodedInputStream input)
public static DeleteProductRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DeleteProductRequest parseFrom(InputStream input)
public static DeleteProductRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DeleteProductRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DeleteProductRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DeleteProductRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public DeleteProductRequest getDefaultInstanceForType()
getName()
Required. Full resource name of Product,
such as
projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id
.
If the caller does not have permission to delete the
Product, regardless of whether or not it
exists, a PERMISSION_DENIED error is returned.
If the Product to delete does not exist,
a NOT_FOUND error is returned.
The Product to delete can neither be a
Product.Type.COLLECTION
Product member nor a
Product.Type.PRIMARY
Product with more than one
variants. Otherwise, an
INVALID_ARGUMENT error is returned.
All inventory information for the named
Product will be deleted.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Full resource name of Product,
such as
projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/some_product_id
.
If the caller does not have permission to delete the
Product, regardless of whether or not it
exists, a PERMISSION_DENIED error is returned.
If the Product to delete does not exist,
a NOT_FOUND error is returned.
The Product to delete can neither be a
Product.Type.COLLECTION
Product member nor a
Product.Type.PRIMARY
Product with more than one
variants. Otherwise, an
INVALID_ARGUMENT error is returned.
All inventory information for the named
Product will be deleted.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<DeleteProductRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DeleteProductRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DeleteProductRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DeleteProductRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides