Class ListChildAccountsResponse (0.9.0)

public final class ListChildAccountsResponse extends GeneratedMessageV3 implements ListChildAccountsResponseOrBuilder

Response message for the ListChildAccounts method.

Protobuf type google.shopping.css.v1.ListChildAccountsResponse

Static Fields

ACCOUNTS_FIELD_NUMBER

public static final int ACCOUNTS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListChildAccountsResponse getDefaultInstance()
Returns
TypeDescription
ListChildAccountsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListChildAccountsResponse.Builder newBuilder()
Returns
TypeDescription
ListChildAccountsResponse.Builder

newBuilder(ListChildAccountsResponse prototype)

public static ListChildAccountsResponse.Builder newBuilder(ListChildAccountsResponse prototype)
Parameter
NameDescription
prototypeListChildAccountsResponse
Returns
TypeDescription
ListChildAccountsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListChildAccountsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListChildAccountsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListChildAccountsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListChildAccountsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListChildAccountsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListChildAccountsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListChildAccountsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListChildAccountsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListChildAccountsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListChildAccountsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListChildAccountsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListChildAccountsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChildAccountsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListChildAccountsResponse> parser()
Returns
TypeDescription
Parser<ListChildAccountsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.shopping.css.v1.AccountOrBuilder>

getDefaultInstanceForType()

public ListChildAccountsResponse getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListChildAccountsResponse> getParserForType()
Returns
TypeDescription
Parser<ListChildAccountsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListChildAccountsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListChildAccountsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListChildAccountsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListChildAccountsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListChildAccountsResponse.Builder toBuilder()
Returns
TypeDescription
ListChildAccountsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException