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 SubjectRequestMode
SubjectRequestMode. forNumber(int value)
SubjectRequestMode
Certificate.Builder. getSubjectMode()
Immutable.SubjectRequestMode
Certificate. getSubjectMode()
Immutable.SubjectRequestMode
CertificateOrBuilder. getSubjectMode()
Immutable.static SubjectRequestMode
SubjectRequestMode. valueOf(int value)
Deprecated.static SubjectRequestMode
SubjectRequestMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SubjectRequestMode
SubjectRequestMode. 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.Builder
Certificate.Builder. setSubjectMode(SubjectRequestMode value)
Immutable.
-