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.RenderStateRelease.RenderState. forNumber(int value)Release.RenderStateRelease.Builder. getRenderState()Output only.Release.RenderStateRelease. getRenderState()Output only.Release.RenderStateReleaseOrBuilder. getRenderState()Output only.static Release.RenderStateRelease.RenderState. valueOf(int value)Deprecated.static Release.RenderStateRelease.RenderState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Release.RenderStateRelease.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.BuilderRelease.Builder. setRenderState(Release.RenderState value)Output only.
-