Interface ListAccessBindingsResponseOrBuilder (0.51.0)

public interface ListAccessBindingsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessBindings(int index)

public abstract AccessBinding getAccessBindings(int index)

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessBinding

getAccessBindingsCount()

public abstract int getAccessBindingsCount()

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Returns
TypeDescription
int

getAccessBindingsList()

public abstract List<AccessBinding> getAccessBindingsList()

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Returns
TypeDescription
List<AccessBinding>

getAccessBindingsOrBuilder(int index)

public abstract AccessBindingOrBuilder getAccessBindingsOrBuilder(int index)

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessBindingOrBuilder

getAccessBindingsOrBuilderList()

public abstract List<? extends AccessBindingOrBuilder> getAccessBindingsOrBuilderList()

List of AccessBindings. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.AccessBinding access_bindings = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.AccessBindingOrBuilder>

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.