public interface ListOmnichannelSettingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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 abstract 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. |
getOmnichannelSettings(int index)
public abstract OmnichannelSetting getOmnichannelSettings(int index)The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_settings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OmnichannelSetting |
|
getOmnichannelSettingsCount()
public abstract int getOmnichannelSettingsCount()The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_settings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOmnichannelSettingsList()
public abstract List<OmnichannelSetting> getOmnichannelSettingsList()The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_settings = 1;
| Returns | |
|---|---|
| Type | Description |
List<OmnichannelSetting> |
|
getOmnichannelSettingsOrBuilder(int index)
public abstract OmnichannelSettingOrBuilder getOmnichannelSettingsOrBuilder(int index)The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_settings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OmnichannelSettingOrBuilder |
|
getOmnichannelSettingsOrBuilderList()
public abstract List<? extends OmnichannelSettingOrBuilder> getOmnichannelSettingsOrBuilderList()The omnichannel settings from the specified merchant.
repeated .google.shopping.merchant.accounts.v1.OmnichannelSetting omnichannel_settings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.OmnichannelSettingOrBuilder> |
|