public static final class RenderIssuesRequestPayload.Builder extends GeneratedMessageV3.Builder<RenderIssuesRequestPayload.Builder> implements RenderIssuesRequestPayloadOrBuilder
The payload for configuring how the content should be rendered.
Protobuf type
google.shopping.merchant.issueresolution.v1beta.RenderIssuesRequestPayload
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public RenderIssuesRequestPayload.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RenderIssuesRequestPayload build()
public RenderIssuesRequestPayload buildPartial()
public RenderIssuesRequestPayload.Builder clear()
Overrides
clearContentOption()
public RenderIssuesRequestPayload.Builder clearContentOption()
Optional. How the detailed content should be returned. Default option is to
return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
public RenderIssuesRequestPayload.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RenderIssuesRequestPayload.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RenderIssuesRequestPayload.Builder clearUserInputActionOption()
Optional. How actions with user input form should be handled. If not
provided, actions will be returned as links that points the business to
Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
public RenderIssuesRequestPayload.Builder clone()
Overrides
getContentOption()
public ContentOption getContentOption()
Optional. How the detailed content should be returned. Default option is to
return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
getContentOptionValue()
public int getContentOptionValue()
Optional. How the detailed content should be returned. Default option is to
return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for contentOption.
|
public RenderIssuesRequestPayload getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public UserInputActionRenderingOption getUserInputActionOption()
Optional. How actions with user input form should be handled. If not
provided, actions will be returned as links that points the business to
Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
public int getUserInputActionOptionValue()
Optional. How actions with user input form should be handled. If not
provided, actions will be returned as links that points the business to
Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for userInputActionOption.
|
hasContentOption()
public boolean hasContentOption()
Optional. How the detailed content should be returned. Default option is to
return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the contentOption field is set.
|
public boolean hasUserInputActionOption()
Optional. How actions with user input form should be handled. If not
provided, actions will be returned as links that points the business to
Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the userInputActionOption field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RenderIssuesRequestPayload.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RenderIssuesRequestPayload.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public RenderIssuesRequestPayload.Builder mergeFrom(RenderIssuesRequestPayload other)
public final RenderIssuesRequestPayload.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setContentOption(ContentOption value)
public RenderIssuesRequestPayload.Builder setContentOption(ContentOption value)
Optional. How the detailed content should be returned. Default option is to
return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ContentOption
The contentOption to set.
|
setContentOptionValue(int value)
public RenderIssuesRequestPayload.Builder setContentOptionValue(int value)
Optional. How the detailed content should be returned. Default option is to
return the content as a pre-rendered HTML text.
optional .google.shopping.merchant.issueresolution.v1beta.ContentOption content_option = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for contentOption to set.
|
public RenderIssuesRequestPayload.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RenderIssuesRequestPayload.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final RenderIssuesRequestPayload.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RenderIssuesRequestPayload.Builder setUserInputActionOption(UserInputActionRenderingOption value)
Optional. How actions with user input form should be handled. If not
provided, actions will be returned as links that points the business to
Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
public RenderIssuesRequestPayload.Builder setUserInputActionOptionValue(int value)
Optional. How actions with user input form should be handled. If not
provided, actions will be returned as links that points the business to
Merchant Center where they can request the action.
optional .google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption user_input_action_option = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for userInputActionOption to set.
|