public final class ListChildAccountsResponse extends GeneratedMessageV3 implements ListChildAccountsResponseOrBuilder
Response message for the ListChildAccounts
method.
Protobuf type google.shopping.css.v1.ListChildAccountsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListChildAccountsResponseImplements
ListChildAccountsResponseOrBuilderStatic Fields
ACCOUNTS_FIELD_NUMBER
public static final int ACCOUNTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListChildAccountsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListChildAccountsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse.Builder |
newBuilder(ListChildAccountsResponse prototype)
public static ListChildAccountsResponse.Builder newBuilder(ListChildAccountsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListChildAccountsResponse |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListChildAccountsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListChildAccountsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListChildAccountsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListChildAccountsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListChildAccountsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListChildAccountsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListChildAccountsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListChildAccountsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListChildAccountsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListChildAccountsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListChildAccountsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListChildAccountsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListChildAccountsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListChildAccountsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAccounts(int index)
public Account getAccounts(int index)
The CSS/MC accounts returned for the specified CSS parent account.
repeated .google.shopping.css.v1.Account accounts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Account |
getAccountsCount()
public int getAccountsCount()
The CSS/MC accounts returned for the specified CSS parent account.
repeated .google.shopping.css.v1.Account accounts = 1;
Returns | |
---|---|
Type | Description |
int |
getAccountsList()
public List<Account> getAccountsList()
The CSS/MC accounts returned for the specified CSS parent account.
repeated .google.shopping.css.v1.Account accounts = 1;
Returns | |
---|---|
Type | Description |
List<Account> |
getAccountsOrBuilder(int index)
public AccountOrBuilder getAccountsOrBuilder(int index)
The CSS/MC accounts returned for the specified CSS parent account.
repeated .google.shopping.css.v1.Account accounts = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountOrBuilder |
getAccountsOrBuilderList()
public List<? extends AccountOrBuilder> getAccountsOrBuilderList()
The CSS/MC accounts returned for the specified CSS parent account.
repeated .google.shopping.css.v1.Account accounts = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.css.v1.AccountOrBuilder> |
getDefaultInstanceForType()
public ListChildAccountsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse |
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. |
getParserForType()
public Parser<ListChildAccountsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListChildAccountsResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListChildAccountsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListChildAccountsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListChildAccountsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListChildAccountsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |