| Modifier and Type | Method and Description |
|---|---|
static DataSourceParameter.Type |
DataSourceParameter.Type.forNumber(int value) |
DataSourceParameter.Type |
DataSourceParameter.getType()
Parameter type.
|
DataSourceParameter.Type |
DataSourceParameter.Builder.getType()
Parameter type.
|
DataSourceParameter.Type |
DataSourceParameterOrBuilder.getType()
Parameter type.
|
static DataSourceParameter.Type |
DataSourceParameter.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataSourceParameter.Type |
DataSourceParameter.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataSourceParameter.Type |
DataSourceParameter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceParameter.Type[] |
DataSourceParameter.Type.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<DataSourceParameter.Type> |
DataSourceParameter.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataSourceParameter.Builder |
DataSourceParameter.Builder.setType(DataSourceParameter.Type value)
Parameter type.
|
Copyright © 2023 Google LLC. All rights reserved.