Interface ListOrganizationsResponseOrBuilder (0.29.0)

public interface ListOrganizationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getOrganizations(int index)

public abstract Organization getOrganizations(int index)

The Organization resource that the user has access to, which includes the org id and display name.

repeated .google.marketingplatform.admin.v1alpha.Organization organizations = 1;

Parameter
Name Description
index int
Returns
Type Description
Organization

getOrganizationsCount()

public abstract int getOrganizationsCount()

The Organization resource that the user has access to, which includes the org id and display name.

repeated .google.marketingplatform.admin.v1alpha.Organization organizations = 1;

Returns
Type Description
int

getOrganizationsList()

public abstract List<Organization> getOrganizationsList()

The Organization resource that the user has access to, which includes the org id and display name.

repeated .google.marketingplatform.admin.v1alpha.Organization organizations = 1;

Returns
Type Description
List<Organization>

getOrganizationsOrBuilder(int index)

public abstract OrganizationOrBuilder getOrganizationsOrBuilder(int index)

The Organization resource that the user has access to, which includes the org id and display name.

repeated .google.marketingplatform.admin.v1alpha.Organization organizations = 1;

Parameter
Name Description
index int
Returns
Type Description
OrganizationOrBuilder

getOrganizationsOrBuilderList()

public abstract List<? extends OrganizationOrBuilder> getOrganizationsOrBuilderList()

The Organization resource that the user has access to, which includes the org id and display name.

repeated .google.marketingplatform.admin.v1alpha.Organization organizations = 1;

Returns
Type Description
List<? extends com.google.ads.marketingplatform.admin.v1alpha.OrganizationOrBuilder>