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