Interface SelectionInput.PlatformDataSourceOrBuilder (2.37.1)

public static interface SelectionInput.PlatformDataSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommonDataSource()

public abstract SelectionInput.PlatformDataSource.CommonDataSource getCommonDataSource()

A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.

.google.apps.card.v1.SelectionInput.PlatformDataSource.CommonDataSource common_data_source = 1;

Returns
TypeDescription
SelectionInput.PlatformDataSource.CommonDataSource

The commonDataSource.

getCommonDataSourceValue()

public abstract int getCommonDataSourceValue()

A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.

.google.apps.card.v1.SelectionInput.PlatformDataSource.CommonDataSource common_data_source = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for commonDataSource.

getDataSourceCase()

public abstract SelectionInput.PlatformDataSource.DataSourceCase getDataSourceCase()
Returns
TypeDescription
SelectionInput.PlatformDataSource.DataSourceCase

hasCommonDataSource()

public abstract boolean hasCommonDataSource()

A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.

.google.apps.card.v1.SelectionInput.PlatformDataSource.CommonDataSource common_data_source = 1;

Returns
TypeDescription
boolean

Whether the commonDataSource field is set.