| Modifier and Type | Method and Description |
|---|---|
static DataSource.Service |
DataSource.Service.forNumber(int value) |
DataSource.Service |
DataSource.getService()
Service that physically stores the data.
|
DataSource.Service |
DataSource.Builder.getService()
Service that physically stores the data.
|
DataSource.Service |
DataSourceOrBuilder.getService()
Service that physically stores the data.
|
static DataSource.Service |
DataSource.Service.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataSource.Service |
DataSource.Service.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataSource.Service |
DataSource.Service.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSource.Service[] |
DataSource.Service.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.Service> |
DataSource.Service.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataSource.Builder |
DataSource.Builder.setService(DataSource.Service value)
Service that physically stores the data.
|
Copyright © 2023 Google LLC. All rights reserved.