Uses of Class
io.grafeas.v1beta1.deployment.Deployment.Platform
-
Packages that use Deployment.Platform Package Description io.grafeas.v1beta1.deployment -
-
Uses of Deployment.Platform in io.grafeas.v1beta1.deployment
Methods in io.grafeas.v1beta1.deployment that return Deployment.Platform Modifier and Type Method Description static Deployment.Platform
Deployment.Platform. forNumber(int value)
Deployment.Platform
Deployment.Builder. getPlatform()
Platform hosting this deployment.Deployment.Platform
Deployment. getPlatform()
Platform hosting this deployment.Deployment.Platform
DeploymentOrBuilder. getPlatform()
Platform hosting this deployment.static Deployment.Platform
Deployment.Platform. valueOf(int value)
Deprecated.static Deployment.Platform
Deployment.Platform. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Deployment.Platform
Deployment.Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static Deployment.Platform[]
Deployment.Platform. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grafeas.v1beta1.deployment that return types with arguments of type Deployment.Platform Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Deployment.Platform>
Deployment.Platform. internalGetValueMap()
Methods in io.grafeas.v1beta1.deployment with parameters of type Deployment.Platform Modifier and Type Method Description Deployment.Builder
Deployment.Builder. setPlatform(Deployment.Platform value)
Platform hosting this deployment.
-