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