public static final class RenderAccountIssuesResponse.Builder extends GeneratedMessageV3.Builder<RenderAccountIssuesResponse.Builder> implements RenderAccountIssuesResponseOrBuilder
Response containing an issue resolution content and actions for listed
account issues.
Protobuf type
google.shopping.merchant.issueresolution.v1beta.RenderAccountIssuesResponse
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 RenderAccountIssuesResponse.Builder addAllRenderedIssues(Iterable<? extends RenderedIssue> values)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.shopping.merchant.issueresolution.v1beta.RenderedIssue>
|
public RenderAccountIssuesResponse.Builder addRenderedIssues(RenderedIssue value)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderAccountIssuesResponse.Builder addRenderedIssues(RenderedIssue.Builder builderForValue)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderAccountIssuesResponse.Builder addRenderedIssues(int index, RenderedIssue value)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderAccountIssuesResponse.Builder addRenderedIssues(int index, RenderedIssue.Builder builderForValue)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderedIssue.Builder addRenderedIssuesBuilder()
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderedIssue.Builder addRenderedIssuesBuilder(int index)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Parameter |
Name |
Description |
index |
int
|
public RenderAccountIssuesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RenderAccountIssuesResponse build()
public RenderAccountIssuesResponse buildPartial()
public RenderAccountIssuesResponse.Builder clear()
Overrides
public RenderAccountIssuesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RenderAccountIssuesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RenderAccountIssuesResponse.Builder clearRenderedIssues()
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderAccountIssuesResponse.Builder clone()
Overrides
public RenderAccountIssuesResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public RenderedIssue getRenderedIssues(int index)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Parameter |
Name |
Description |
index |
int
|
public RenderedIssue.Builder getRenderedIssuesBuilder(int index)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Parameter |
Name |
Description |
index |
int
|
public List<RenderedIssue.Builder> getRenderedIssuesBuilderList()
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public int getRenderedIssuesCount()
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Returns |
Type |
Description |
int |
|
public List<RenderedIssue> getRenderedIssuesList()
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderedIssueOrBuilder getRenderedIssuesOrBuilder(int index)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends RenderedIssueOrBuilder> getRenderedIssuesOrBuilderList()
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.issueresolution.v1beta.RenderedIssueOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RenderAccountIssuesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RenderAccountIssuesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public RenderAccountIssuesResponse.Builder mergeFrom(RenderAccountIssuesResponse other)
public final RenderAccountIssuesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RenderAccountIssuesResponse.Builder removeRenderedIssues(int index)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
Parameter |
Name |
Description |
index |
int
|
public RenderAccountIssuesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RenderAccountIssuesResponse.Builder setRenderedIssues(int index, RenderedIssue value)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderAccountIssuesResponse.Builder setRenderedIssues(int index, RenderedIssue.Builder builderForValue)
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed
form, the title and impact should be shown for each issue. Once the issue
is expanded, the detailed
content
and available
actions
should be rendered.
repeated .google.shopping.merchant.issueresolution.v1beta.RenderedIssue rendered_issues = 1;
public RenderAccountIssuesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final RenderAccountIssuesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides