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