Enum SecretKind (2.65.0)

public enum SecretKind extends Enum<SecretKind> implements ProtocolMessageEnum

Kind of secret.

Protobuf enum grafeas.v1.SecretKind

Implements

ProtocolMessageEnum

Static Fields

Name Description
SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY

A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys

SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY = 2;

SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY_VALUE

A GCP service account key per: https://cloud.google.com/iam/docs/creating-managing-service-account-keys

SECRET_KIND_GCP_SERVICE_ACCOUNT_KEY = 2;

SECRET_KIND_UNKNOWN

The secret kind is unknown.

SECRET_KIND_UNKNOWN = 1;

SECRET_KIND_UNKNOWN_VALUE

The secret kind is unknown.

SECRET_KIND_UNKNOWN = 1;

SECRET_KIND_UNSPECIFIED

Unspecified

SECRET_KIND_UNSPECIFIED = 0;

SECRET_KIND_UNSPECIFIED_VALUE

Unspecified

SECRET_KIND_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()