Interface SelectionInput.PlatformDataSourceOrBuilder

    • 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.