| Package | Description |
|---|---|
| io.grafeas.v1beta1.build |
| Modifier and Type | Method and Description |
|---|---|
static BuildSignature.KeyType |
BuildSignature.KeyType.forNumber(int value) |
BuildSignature.KeyType |
BuildSignature.getKeyType()
The type of the key, either stored in `public_key` or referenced in
`key_id`
|
BuildSignature.KeyType |
BuildSignature.Builder.getKeyType()
The type of the key, either stored in `public_key` or referenced in
`key_id`
|
BuildSignature.KeyType |
BuildSignatureOrBuilder.getKeyType()
The type of the key, either stored in `public_key` or referenced in
`key_id`
|
static BuildSignature.KeyType |
BuildSignature.KeyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BuildSignature.KeyType |
BuildSignature.KeyType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BuildSignature.KeyType |
BuildSignature.KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildSignature.KeyType[] |
BuildSignature.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<BuildSignature.KeyType> |
BuildSignature.KeyType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BuildSignature.Builder |
BuildSignature.Builder.setKeyType(BuildSignature.KeyType value)
The type of the key, either stored in `public_key` or referenced in
`key_id`
|
Copyright © 2019 Google LLC. All rights reserved.