public static final class ListOmnichannelSettingsResponse.Builder extends GeneratedMessageV3.Builder<ListOmnichannelSettingsResponse.Builder> implements ListOmnichannelSettingsResponseOrBuilder
Response message for the ListOmnichannelSettings method.
Protobuf type google.shopping.merchant.accounts.v1beta.ListOmnichannelSettingsResponse
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 ListOmnichannelSettingsResponse.Builder addAllOmnichannelSettings(Iterable<? extends OmnichannelSetting> values)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1beta.OmnichannelSetting>
|
public ListOmnichannelSettingsResponse.Builder addOmnichannelSettings(OmnichannelSetting value)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public ListOmnichannelSettingsResponse.Builder addOmnichannelSettings(OmnichannelSetting.Builder builderForValue)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public ListOmnichannelSettingsResponse.Builder addOmnichannelSettings(int index, OmnichannelSetting value)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public ListOmnichannelSettingsResponse.Builder addOmnichannelSettings(int index, OmnichannelSetting.Builder builderForValue)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public OmnichannelSetting.Builder addOmnichannelSettingsBuilder()
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public OmnichannelSetting.Builder addOmnichannelSettingsBuilder(int index)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Parameter |
Name |
Description |
index |
int
|
public ListOmnichannelSettingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListOmnichannelSettingsResponse build()
public ListOmnichannelSettingsResponse buildPartial()
public ListOmnichannelSettingsResponse.Builder clear()
Overrides
public ListOmnichannelSettingsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListOmnichannelSettingsResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
public ListOmnichannelSettingsResponse.Builder clearOmnichannelSettings()
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public ListOmnichannelSettingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListOmnichannelSettingsResponse.Builder clone()
Overrides
public ListOmnichannelSettingsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
public OmnichannelSetting getOmnichannelSettings(int index)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Parameter |
Name |
Description |
index |
int
|
public OmnichannelSetting.Builder getOmnichannelSettingsBuilder(int index)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Parameter |
Name |
Description |
index |
int
|
public List<OmnichannelSetting.Builder> getOmnichannelSettingsBuilderList()
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public int getOmnichannelSettingsCount()
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Returns |
Type |
Description |
int |
|
public List<OmnichannelSetting> getOmnichannelSettingsList()
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public OmnichannelSettingOrBuilder getOmnichannelSettingsOrBuilder(int index)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends OmnichannelSettingOrBuilder> getOmnichannelSettingsOrBuilderList()
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.OmnichannelSettingOrBuilder> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListOmnichannelSettingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListOmnichannelSettingsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public ListOmnichannelSettingsResponse.Builder mergeFrom(ListOmnichannelSettingsResponse other)
public final ListOmnichannelSettingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListOmnichannelSettingsResponse.Builder removeOmnichannelSettings(int index)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
Parameter |
Name |
Description |
index |
int
|
public ListOmnichannelSettingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListOmnichannelSettingsResponse.Builder setNextPageToken(String value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListOmnichannelSettingsResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListOmnichannelSettingsResponse.Builder setOmnichannelSettings(int index, OmnichannelSetting value)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public ListOmnichannelSettingsResponse.Builder setOmnichannelSettings(int index, OmnichannelSetting.Builder builderForValue)
The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1beta.OmnichannelSetting omnichannel_settings = 1;
public ListOmnichannelSettingsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListOmnichannelSettingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides