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