public interface LinkGbpAccountRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGbpEmail()
public abstract String getGbpEmail()Required. The email address of the Business Profile account.
string gbp_email = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The gbpEmail. |
getGbpEmailBytes()
public abstract ByteString getGbpEmailBytes()Required. The email address of the Business Profile account.
string gbp_email = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gbpEmail. |
getParent()
public abstract String getParent() Required. The name of the parent resource to which the GBP account is
linked. Format: accounts/{account}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The name of the parent resource to which the GBP account is
linked. Format: accounts/{account}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |