public interface ListProgramsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token that 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 that 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. |
getPrograms(int index)
public abstract Program getPrograms(int index)
The programs for the given account.
repeated .google.shopping.merchant.accounts.v1beta.Program programs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Program |
getProgramsCount()
public abstract int getProgramsCount()
The programs for the given account.
repeated .google.shopping.merchant.accounts.v1beta.Program programs = 1;
Returns | |
---|---|
Type | Description |
int |
getProgramsList()
public abstract List<Program> getProgramsList()
The programs for the given account.
repeated .google.shopping.merchant.accounts.v1beta.Program programs = 1;
Returns | |
---|---|
Type | Description |
List<Program> |
getProgramsOrBuilder(int index)
public abstract ProgramOrBuilder getProgramsOrBuilder(int index)
The programs for the given account.
repeated .google.shopping.merchant.accounts.v1beta.Program programs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ProgramOrBuilder |
getProgramsOrBuilderList()
public abstract List<? extends ProgramOrBuilder> getProgramsOrBuilderList()
The programs for the given account.
repeated .google.shopping.merchant.accounts.v1beta.Program programs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.ProgramOrBuilder> |