Uses of Class
com.google.cloud.certificatemanager.v1.ServingState
-
Packages that use ServingState Package Description com.google.cloud.certificatemanager.v1 A client to Certificate Manager API -
-
Uses of ServingState in com.google.cloud.certificatemanager.v1
Methods in com.google.cloud.certificatemanager.v1 that return ServingState Modifier and Type Method Description static ServingState
ServingState. forNumber(int value)
ServingState
CertificateMapEntry.Builder. getState()
Output only.ServingState
CertificateMapEntry. getState()
Output only.ServingState
CertificateMapEntryOrBuilder. getState()
Output only.static ServingState
ServingState. valueOf(int value)
Deprecated.static ServingState
ServingState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ServingState
ServingState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServingState[]
ServingState. 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 ServingState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServingState>
ServingState. internalGetValueMap()
Methods in com.google.cloud.certificatemanager.v1 with parameters of type ServingState Modifier and Type Method Description CertificateMapEntry.Builder
CertificateMapEntry.Builder. setState(ServingState value)
Output only.
-