Class InsertProductReviewRequest (0.1.0)

public final class InsertProductReviewRequest extends GeneratedMessageV3 implements InsertProductReviewRequestOrBuilder

Request message for the InsertProductReview method.

Protobuf type google.shopping.merchant.reviews.v1beta.InsertProductReviewRequest

Static Fields

DATA_SOURCE_FIELD_NUMBER

public static final int DATA_SOURCE_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

PRODUCT_REVIEW_FIELD_NUMBER

public static final int PRODUCT_REVIEW_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InsertProductReviewRequest getDefaultInstance()
Returns
Type Description
InsertProductReviewRequest

getDescriptor()

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

newBuilder()

public static InsertProductReviewRequest.Builder newBuilder()
Returns
Type Description
InsertProductReviewRequest.Builder

newBuilder(InsertProductReviewRequest prototype)

public static InsertProductReviewRequest.Builder newBuilder(InsertProductReviewRequest prototype)
Parameter
Name Description
prototype InsertProductReviewRequest
Returns
Type Description
InsertProductReviewRequest.Builder

parseDelimitedFrom(InputStream input)

public static InsertProductReviewRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertProductReviewRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InsertProductReviewRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InsertProductReviewRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InsertProductReviewRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InsertProductReviewRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InsertProductReviewRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertProductReviewRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InsertProductReviewRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsertProductReviewRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InsertProductReviewRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InsertProductReviewRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InsertProductReviewRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InsertProductReviewRequest> parser()
Returns
Type Description
Parser<InsertProductReviewRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataSource()

public String getDataSource()

Required. Format: accounts/{account}/dataSources/{datasource}.

string data_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dataSource.

getDataSourceBytes()

public ByteString getDataSourceBytes()

Required. Format: accounts/{account}/dataSources/{datasource}.

string data_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dataSource.

getDefaultInstanceForType()

public InsertProductReviewRequest getDefaultInstanceForType()
Returns
Type Description
InsertProductReviewRequest

getParent()

public String getParent()

Required. The account where the product review will be inserted. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The account where the product review will be inserted. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<InsertProductReviewRequest> getParserForType()
Returns
Type Description
Parser<InsertProductReviewRequest>
Overrides

getProductReview()

public ProductReview getProductReview()

Required. The product review to insert.

.google.shopping.merchant.reviews.v1beta.ProductReview product_review = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductReview

The productReview.

getProductReviewOrBuilder()

public ProductReviewOrBuilder getProductReviewOrBuilder()

Required. The product review to insert.

.google.shopping.merchant.reviews.v1beta.ProductReview product_review = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProductReviewOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasProductReview()

public boolean hasProductReview()

Required. The product review to insert.

.google.shopping.merchant.reviews.v1beta.ProductReview product_review = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the productReview field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InsertProductReviewRequest.Builder newBuilderForType()
Returns
Type Description
InsertProductReviewRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InsertProductReviewRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InsertProductReviewRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public InsertProductReviewRequest.Builder toBuilder()
Returns
Type Description
InsertProductReviewRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException