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