Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
static Version.VersionKind |
Version.VersionKind.forNumber(int value) |
Version.VersionKind |
VersionOrBuilder.getKind()
Required.
|
Version.VersionKind |
Version.getKind()
Required.
|
Version.VersionKind |
Version.Builder.getKind()
Required.
|
static Version.VersionKind |
Version.VersionKind.valueOf(Descriptors.EnumValueDescriptor desc) |
static Version.VersionKind |
Version.VersionKind.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Version.VersionKind> |
Version.VersionKind.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Version.Builder |
Version.Builder.setKind(Version.VersionKind value)
Required.
|
Copyright © 2019 Google LLC. All rights reserved.