| Modifier and Type | Method and Description |
|---|---|
static DataSource.DataRefreshType |
DataSource.DataRefreshType.forNumber(int value) |
DataSource.DataRefreshType |
DataSource.getDataRefreshType()
Specifies whether the data source supports automatic data refresh for the
past few days, and how it's supported.
|
DataSource.DataRefreshType |
DataSource.Builder.getDataRefreshType()
Specifies whether the data source supports automatic data refresh for the
past few days, and how it's supported.
|
DataSource.DataRefreshType |
DataSourceOrBuilder.getDataRefreshType()
Specifies whether the data source supports automatic data refresh for the
past few days, and how it's supported.
|
static DataSource.DataRefreshType |
DataSource.DataRefreshType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataSource.DataRefreshType |
DataSource.DataRefreshType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataSource.DataRefreshType |
DataSource.DataRefreshType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSource.DataRefreshType[] |
DataSource.DataRefreshType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DataSource.DataRefreshType> |
DataSource.DataRefreshType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataSource.Builder |
DataSource.Builder.setDataRefreshType(DataSource.DataRefreshType value)
Specifies whether the data source supports automatic data refresh for the
past few days, and how it's supported.
|
Copyright © 2023 Google LLC. All rights reserved.