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