public interface RenderAccountIssuesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLanguageCode()
public abstract String getLanguageCode()
Optional. The IETF BCP-47 language
code used to localize issue resolution content. If not set, the result will
be in default language en-US
.
string language_code = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public abstract ByteString getLanguageCodeBytes()
Optional. The IETF BCP-47 language
code used to localize issue resolution content. If not set, the result will
be in default language en-US
.
string language_code = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for languageCode. |
getName()
public abstract String getName()
Required. The account to fetch issues for.
Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The account to fetch issues for.
Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPayload()
public abstract RenderIssuesRequestPayload getPayload()
Optional. The payload for configuring how the content should be rendered.
.google.shopping.merchant.issueresolution.v1beta.RenderIssuesRequestPayload payload = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RenderIssuesRequestPayload |
The payload. |
getPayloadOrBuilder()
public abstract RenderIssuesRequestPayloadOrBuilder getPayloadOrBuilder()
Optional. The payload for configuring how the content should be rendered.
.google.shopping.merchant.issueresolution.v1beta.RenderIssuesRequestPayload payload = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
RenderIssuesRequestPayloadOrBuilder |
getTimeZone()
public abstract String getTimeZone()
Optional. The IANA timezone used to localize times in an issue resolution content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.
string time_zone = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The timeZone. |
getTimeZoneBytes()
public abstract ByteString getTimeZoneBytes()
Optional. The IANA timezone used to localize times in an issue resolution content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.
string time_zone = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for timeZone. |
hasPayload()
public abstract boolean hasPayload()
Optional. The payload for configuring how the content should be rendered.
.google.shopping.merchant.issueresolution.v1beta.RenderIssuesRequestPayload payload = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |