public final class PurgeProductsResponse extends GeneratedMessageV3 implements PurgeProductsResponseOrBuilder
Response of the PurgeProductsRequest. If the long running operation is
successfully done, then this message is returned by the
google.longrunning.Operations.response field.
Protobuf type google.cloud.retail.v2alpha.PurgeProductsResponse
Static Fields
PURGE_COUNT_FIELD_NUMBER
public static final int PURGE_COUNT_FIELD_NUMBER
Field Value
PURGE_SAMPLE_FIELD_NUMBER
public static final int PURGE_SAMPLE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static PurgeProductsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static PurgeProductsResponse.Builder newBuilder()
Returns
newBuilder(PurgeProductsResponse prototype)
public static PurgeProductsResponse.Builder newBuilder(PurgeProductsResponse prototype)
Parameter
Returns
public static PurgeProductsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PurgeProductsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static PurgeProductsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PurgeProductsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static PurgeProductsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PurgeProductsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PurgeProductsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PurgeProductsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PurgeProductsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PurgeProductsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static PurgeProductsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PurgeProductsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<PurgeProductsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public PurgeProductsResponse getDefaultInstanceForType()
Returns
getParserForType()
public Parser<PurgeProductsResponse> getParserForType()
Returns
Overrides
getPurgeCount()
public long getPurgeCount()
The total count of products purged as a result of the operation.
int64 purge_count = 1;
Returns
Type | Description |
long | The purgeCount.
|
getPurgeSample(int index)
public String getPurgeSample(int index)
A sample of the product names that will be deleted.
Only populated if force
is set to false. A max of 100 names will be
returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The purgeSample at the given index.
|
getPurgeSampleBytes(int index)
public ByteString getPurgeSampleBytes(int index)
A sample of the product names that will be deleted.
Only populated if force
is set to false. A max of 100 names will be
returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the purgeSample at the given index.
|
getPurgeSampleCount()
public int getPurgeSampleCount()
A sample of the product names that will be deleted.
Only populated if force
is set to false. A max of 100 names will be
returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
Returns
Type | Description |
int | The count of purgeSample.
|
getPurgeSampleList()
public ProtocolStringList getPurgeSampleList()
A sample of the product names that will be deleted.
Only populated if force
is set to false. A max of 100 names will be
returned and the names are chosen at random.
repeated string purge_sample = 2 [(.google.api.resource_reference) = { ... }
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public PurgeProductsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PurgeProductsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public PurgeProductsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions