Send feedback
Class ListAccountSummariesResponse (0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.22.0 keyboard_arrow_down
public final class ListAccountSummariesResponse extends GeneratedMessageV3 implements ListAccountSummariesResponseOrBuilder
Response message for ListAccountSummaries RPC.
Protobuf type google.analytics.admin.v1beta.ListAccountSummariesResponse
Static Fields
ACCOUNT_SUMMARIES_FIELD_NUMBER
public static final int ACCOUNT_SUMMARIES_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListAccountSummariesResponse getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ListAccountSummariesResponse . Builder newBuilder ()
Returns
newBuilder(ListAccountSummariesResponse prototype)
public static ListAccountSummariesResponse . Builder newBuilder ( ListAccountSummariesResponse prototype )
Parameter
Returns
public static ListAccountSummariesResponse parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListAccountSummariesResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListAccountSummariesResponse parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListAccountSummariesResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListAccountSummariesResponse parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListAccountSummariesResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListAccountSummariesResponse parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ListAccountSummariesResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListAccountSummariesResponse parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListAccountSummariesResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListAccountSummariesResponse parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListAccountSummariesResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ListAccountSummariesResponse> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAccountSummaries(int index)
public AccountSummary getAccountSummaries ( int index )
Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1beta.AccountSummary account_summaries = 1;
Parameter
Returns
getAccountSummariesCount()
public int getAccountSummariesCount ()
Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1beta.AccountSummary account_summaries = 1;
Returns
getAccountSummariesList()
public List<AccountSummary> getAccountSummariesList ()
Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1beta.AccountSummary account_summaries = 1;
Returns
getAccountSummariesOrBuilder(int index)
public AccountSummaryOrBuilder getAccountSummariesOrBuilder ( int index )
Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1beta.AccountSummary account_summaries = 1;
Parameter
Returns
getAccountSummariesOrBuilderList()
public List <? extends AccountSummaryOrBuilder > getAccountSummariesOrBuilderList ()
Account summaries of all accounts the caller has access to.
repeated .google.analytics.admin.v1beta.AccountSummary account_summaries = 1;
Returns
Type Description List <? extends com.google.analytics.admin.v1beta.AccountSummaryOrBuilder >
getDefaultInstanceForType()
public ListAccountSummariesResponse getDefaultInstanceForType ()
Returns
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<ListAccountSummariesResponse> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ListAccountSummariesResponse . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListAccountSummariesResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ListAccountSummariesResponse . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides a list of historical versions for `ListAccountSummariesResponse`, a class used in the Google Analytics Admin API, ranging from version 0.14.0 to 0.70.0, with 0.70.0 being the latest."],["`ListAccountSummariesResponse` extends `GeneratedMessageV3` and implements `ListAccountSummariesResponseOrBuilder`, handling the response message for the `ListAccountSummaries` RPC in the `google.analytics.admin.v1beta` package."],["The `ListAccountSummariesResponse` class, as indicated in the content, is a part of the Java client library for the Google Analytics Admin API and includes methods for managing account summaries, such as retrieving account summaries, the number of summaries, and a list of account summaries."],["The content lists several static methods for creating new instances of `ListAccountSummariesResponse` and its builder, including `newBuilder()`, `parseFrom()`, `parseDelimitedFrom()`, and `getDefaultInstance()`, as well as methods to get descriptors and parsers."],["This class contains methods for managing the account summaries the caller has access to, as well as methods for managing the token to retrieve the next page when there are multiple pages of account summaries."]]],[]]