Package com.google.apps.card.v1
Interface SelectionInput.PlatformDataSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SelectionInput.PlatformDataSource
,SelectionInput.PlatformDataSource.Builder
- Enclosing class:
- SelectionInput
public static interface SelectionInput.PlatformDataSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectionInput.PlatformDataSource.CommonDataSource
getCommonDataSource()
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.int
getCommonDataSourceValue()
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.SelectionInput.PlatformDataSource.DataSourceCase
getDataSourceCase()
boolean
hasCommonDataSource()
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommonDataSource
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:
- Whether the commonDataSource field is set.
-
getCommonDataSourceValue
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:
- The enum numeric value on the wire for commonDataSource.
-
getCommonDataSource
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:
- The commonDataSource.
-
getDataSourceCase
SelectionInput.PlatformDataSource.DataSourceCase getDataSourceCase()
-
-