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