public interface InventoryVerificationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContact()
public abstract String getContact()
Required. The name of the contact for the inventory verification process.
string contact = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The contact. |
getContactBytes()
public abstract ByteString getContactBytes()
Required. The name of the contact for the inventory verification process.
string contact = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for contact. |
getContactEmail()
public abstract String getContactEmail()
Required. The email address of the contact for the inventory verification process.
string contact_email = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The contactEmail. |
getContactEmailBytes()
public abstract ByteString getContactEmailBytes()
Required. The email address of the contact for the inventory verification process.
string contact_email = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for contactEmail. |
getContactState()
public abstract ReviewState.State getContactState()
Output only. The state of the contact verification.
.google.shopping.merchant.accounts.v1beta.ReviewState.State contact_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ReviewState.State |
The contactState. |
getContactStateValue()
public abstract int getContactStateValue()
Output only. The state of the contact verification.
.google.shopping.merchant.accounts.v1beta.ReviewState.State contact_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for contactState. |
getState()
public abstract InventoryVerification.State getState()
Output only. The state of the inventory verification process.
.google.shopping.merchant.accounts.v1beta.InventoryVerification.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
InventoryVerification.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The state of the inventory verification process.
.google.shopping.merchant.accounts.v1beta.InventoryVerification.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |