Uses of Class
com.google.cloud.deploy.v1.Release.RenderState
-
Packages that use Release.RenderState Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy API -
-
Uses of Release.RenderState in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return Release.RenderState Modifier and Type Method Description static Release.RenderState
Release.RenderState. forNumber(int value)
Release.RenderState
Release.Builder. getRenderState()
Output only.Release.RenderState
Release. getRenderState()
Output only.Release.RenderState
ReleaseOrBuilder. getRenderState()
Output only.static Release.RenderState
Release.RenderState. valueOf(int value)
Deprecated.static Release.RenderState
Release.RenderState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Release.RenderState
Release.RenderState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Release.RenderState[]
Release.RenderState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.deploy.v1 that return types with arguments of type Release.RenderState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Release.RenderState>
Release.RenderState. internalGetValueMap()
Methods in com.google.cloud.deploy.v1 with parameters of type Release.RenderState Modifier and Type Method Description Release.Builder
Release.Builder. setRenderState(Release.RenderState value)
Output only.
-