public static final class ListAccountIssuesRequest.Builder extends GeneratedMessageV3.Builder<ListAccountIssuesRequest.Builder> implements ListAccountIssuesRequestOrBuilder
Request message for the ListAccountIssues
method.
Protobuf type google.shopping.merchant.accounts.v1beta.ListAccountIssuesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListAccountIssuesRequest.BuilderImplements
ListAccountIssuesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAccountIssuesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
build()
public ListAccountIssuesRequest build()
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest |
buildPartial()
public ListAccountIssuesRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest |
clear()
public ListAccountIssuesRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListAccountIssuesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
clearLanguageCode()
public ListAccountIssuesRequest.Builder clearLanguageCode()
Optional. The issues in the response will have human-readable fields in the
given language. The format is BCP-47,
such as en-US
or sr-Latn
. If not value is provided, en-US
will be
used.
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAccountIssuesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
clearPageSize()
public ListAccountIssuesRequest.Builder clearPageSize()
Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListAccountIssuesRequest.Builder clearPageToken()
Optional. A page token, received from a previous ListAccountIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountIssues
must
match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
clearParent()
public ListAccountIssuesRequest.Builder clearParent()
Required. The parent, which owns this collection of issues.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
clearTimeZone()
public ListAccountIssuesRequest.Builder clearTimeZone()
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
clone()
public ListAccountIssuesRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
getDefaultInstanceForType()
public ListAccountIssuesRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLanguageCode()
public String getLanguageCode()
Optional. The issues in the response will have human-readable fields in the
given language. The format is BCP-47,
such as en-US
or sr-Latn
. If not value is provided, en-US
will be
used.
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
Optional. The issues in the response will have human-readable fields in the
given language. The format is BCP-47,
such as en-US
or sr-Latn
. If not value is provided, en-US
will be
used.
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for languageCode. |
getPageSize()
public int getPageSize()
Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
Optional. A page token, received from a previous ListAccountIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountIssues
must
match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A page token, received from a previous ListAccountIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountIssues
must
match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. The parent, which owns this collection of issues.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The parent, which owns this collection of issues.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getTimeZone()
public TimeZone getTimeZone()
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.TimeZone |
The timeZone. |
getTimeZoneBuilder()
public TimeZone.Builder getTimeZoneBuilder()
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.TimeZone.Builder |
getTimeZoneOrBuilder()
public TimeZoneOrBuilder getTimeZoneOrBuilder()
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
com.google.type.TimeZoneOrBuilder |
hasTimeZone()
public boolean hasTimeZone()
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the timeZone field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListAccountIssuesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListAccountIssuesRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
mergeFrom(ListAccountIssuesRequest other)
public ListAccountIssuesRequest.Builder mergeFrom(ListAccountIssuesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListAccountIssuesRequest |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
mergeTimeZone(TimeZone value)
public ListAccountIssuesRequest.Builder mergeTimeZone(TimeZone value)
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
com.google.type.TimeZone |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountIssuesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListAccountIssuesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
setLanguageCode(String value)
public ListAccountIssuesRequest.Builder setLanguageCode(String value)
Optional. The issues in the response will have human-readable fields in the
given language. The format is BCP-47,
such as en-US
or sr-Latn
. If not value is provided, en-US
will be
used.
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The languageCode to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public ListAccountIssuesRequest.Builder setLanguageCodeBytes(ByteString value)
Optional. The issues in the response will have human-readable fields in the
given language. The format is BCP-47,
such as en-US
or sr-Latn
. If not value is provided, en-US
will be
used.
string language_code = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for languageCode to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListAccountIssuesRequest.Builder setPageSize(int value)
Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListAccountIssuesRequest.Builder setPageToken(String value)
Optional. A page token, received from a previous ListAccountIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountIssues
must
match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListAccountIssuesRequest.Builder setPageTokenBytes(ByteString value)
Optional. A page token, received from a previous ListAccountIssues
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccountIssues
must
match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListAccountIssuesRequest.Builder setParent(String value)
Required. The parent, which owns this collection of issues.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListAccountIssuesRequest.Builder setParentBytes(ByteString value)
Required. The parent, which owns this collection of issues.
Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAccountIssuesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
setTimeZone(TimeZone value)
public ListAccountIssuesRequest.Builder setTimeZone(TimeZone value)
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
com.google.type.TimeZone |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
setTimeZone(TimeZone.Builder builderForValue)
public ListAccountIssuesRequest.Builder setTimeZone(TimeZone.Builder builderForValue)
Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.
.google.type.TimeZone time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
com.google.type.TimeZone.Builder |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAccountIssuesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListAccountIssuesRequest.Builder |