Uses of Class
com.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState
-
Packages that use BackgroundJobLogEntry.JobCompletionState Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of BackgroundJobLogEntry.JobCompletionState in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return BackgroundJobLogEntry.JobCompletionState Modifier and Type Method Description static BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntry.JobCompletionState. forNumber(int value)
BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntry.Builder. getCompletionState()
Output only.BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntry. getCompletionState()
Output only.BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntryOrBuilder. getCompletionState()
Output only.static BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntry.JobCompletionState. valueOf(int value)
Deprecated.static BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntry.JobCompletionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BackgroundJobLogEntry.JobCompletionState
BackgroundJobLogEntry.JobCompletionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackgroundJobLogEntry.JobCompletionState[]
BackgroundJobLogEntry.JobCompletionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type BackgroundJobLogEntry.JobCompletionState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BackgroundJobLogEntry.JobCompletionState>
BackgroundJobLogEntry.JobCompletionState. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type BackgroundJobLogEntry.JobCompletionState Modifier and Type Method Description BackgroundJobLogEntry.Builder
BackgroundJobLogEntry.Builder. setCompletionState(BackgroundJobLogEntry.JobCompletionState value)
Output only.
-