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
Modifier and TypeMethodDescriptionA data source shared by all Google Workspace applications, such as users in a Google Workspace organization.int
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.boolean
A data source shared by all Google Workspace applications, such as users in a Google Workspace organization.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-