Uses of Class
com.google.cloud.security.privateca.v1.SubjectRequestMode
-
Packages that use SubjectRequestMode Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority API -
-
Uses of SubjectRequestMode in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return SubjectRequestMode Modifier and Type Method Description static SubjectRequestModeSubjectRequestMode. forNumber(int value)SubjectRequestModeCertificate.Builder. getSubjectMode()Immutable.SubjectRequestModeCertificate. getSubjectMode()Immutable.SubjectRequestModeCertificateOrBuilder. getSubjectMode()Immutable.static SubjectRequestModeSubjectRequestMode. valueOf(int value)Deprecated.static SubjectRequestModeSubjectRequestMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SubjectRequestModeSubjectRequestMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SubjectRequestMode[]SubjectRequestMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type SubjectRequestMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SubjectRequestMode>SubjectRequestMode. internalGetValueMap()Methods in com.google.cloud.security.privateca.v1 with parameters of type SubjectRequestMode Modifier and Type Method Description Certificate.BuilderCertificate.Builder. setSubjectMode(SubjectRequestMode value)Immutable.
-