Interface ListDataAccessScopesResponseOrBuilder (0.2.0)

public interface ListDataAccessScopesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataAccessScopes(int index)

public abstract DataAccessScope getDataAccessScopes(int index)

List of data access scopes.

repeated .google.cloud.chronicle.v1.DataAccessScope data_access_scopes = 1;

Parameter
Name Description
index int
Returns
Type Description
DataAccessScope

getDataAccessScopesCount()

public abstract int getDataAccessScopesCount()

List of data access scopes.

repeated .google.cloud.chronicle.v1.DataAccessScope data_access_scopes = 1;

Returns
Type Description
int

getDataAccessScopesList()

public abstract List<DataAccessScope> getDataAccessScopesList()

List of data access scopes.

repeated .google.cloud.chronicle.v1.DataAccessScope data_access_scopes = 1;

Returns
Type Description
List<DataAccessScope>

getDataAccessScopesOrBuilder(int index)

public abstract DataAccessScopeOrBuilder getDataAccessScopesOrBuilder(int index)

List of data access scopes.

repeated .google.cloud.chronicle.v1.DataAccessScope data_access_scopes = 1;

Parameter
Name Description
index int
Returns
Type Description
DataAccessScopeOrBuilder

getDataAccessScopesOrBuilderList()

public abstract List<? extends DataAccessScopeOrBuilder> getDataAccessScopesOrBuilderList()

List of data access scopes.

repeated .google.cloud.chronicle.v1.DataAccessScope data_access_scopes = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DataAccessScopeOrBuilder>

getGlobalDataAccessScopeGranted()

public abstract boolean getGlobalDataAccessScopeGranted()

Whether or not global scope is granted to the user.

optional bool global_data_access_scope_granted = 3;

Returns
Type Description
boolean

The globalDataAccessScopeGranted.

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.

hasGlobalDataAccessScopeGranted()

public abstract boolean hasGlobalDataAccessScopeGranted()

Whether or not global scope is granted to the user.

optional bool global_data_access_scope_granted = 3;

Returns
Type Description
boolean

Whether the globalDataAccessScopeGranted field is set.