public static interface SelectionInput.PlatformDataSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for commonDataSource. |
getDataSourceCase()
public abstract SelectionInput.PlatformDataSource.DataSourceCase getDataSourceCase()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the commonDataSource field is set. |