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 ServingStateServingState. forNumber(int value)ServingStateCertificateMapEntry.Builder. getState()Output only.ServingStateCertificateMapEntry. getState()Output only.ServingStateCertificateMapEntryOrBuilder. getState()Output only.static ServingStateServingState. valueOf(int value)Deprecated.static ServingStateServingState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ServingStateServingState. 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.BuilderCertificateMapEntry.Builder. setState(ServingState value)Output only.
-