Interface InsertMerchantReviewRequestOrBuilder (0.1.0)

public interface InsertMerchantReviewRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSource()

public abstract String getDataSource()

Required. The data source of the merchantreview Format: accounts/{account}/dataSources/{datasource}.

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

Returns
Type Description
String

The dataSource.

getDataSourceBytes()

public abstract ByteString getDataSourceBytes()

Required. The data source of the merchantreview Format: accounts/{account}/dataSources/{datasource}.

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

Returns
Type Description
ByteString

The bytes for dataSource.

getMerchantReview()

public abstract MerchantReview getMerchantReview()

Required. The merchant review to insert.

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

Returns
Type Description
MerchantReview

The merchantReview.

getMerchantReviewOrBuilder()

public abstract MerchantReviewOrBuilder getMerchantReviewOrBuilder()

Required. The merchant review to insert.

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

Returns
Type Description
MerchantReviewOrBuilder

getParent()

public abstract String getParent()

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

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

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

Returns
Type Description
ByteString

The bytes for parent.

hasMerchantReview()

public abstract boolean hasMerchantReview()

Required. The merchant review to insert.

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

Returns
Type Description
boolean

Whether the merchantReview field is set.