| Modifier and Type | Method and Description |
|---|---|
static BackgroundJobType |
BackgroundJobType.forNumber(int value) |
BackgroundJobType |
BackgroundJobLogEntry.getJobType()
The type of job that was executed.
|
BackgroundJobType |
BackgroundJobLogEntry.Builder.getJobType()
The type of job that was executed.
|
BackgroundJobType |
BackgroundJobLogEntryOrBuilder.getJobType()
The type of job that was executed.
|
static BackgroundJobType |
BackgroundJobType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackgroundJobType |
BackgroundJobType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackgroundJobType |
BackgroundJobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundJobType[] |
BackgroundJobType.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<BackgroundJobType> |
BackgroundJobType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BackgroundJobLogEntry.Builder |
BackgroundJobLogEntry.Builder.setJobType(BackgroundJobType value)
The type of job that was executed.
|
Copyright © 2024 Google LLC. All rights reserved.