Enum ListServiceAccountKeysRequest.KeyType (3.13.0)

public enum ListServiceAccountKeysRequest.KeyType extends Enum<ListServiceAccountKeysRequest.KeyType> implements ProtocolMessageEnum

KeyType filters to selectively retrieve certain varieties of keys.

Protobuf enum google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KEY_TYPE_UNSPECIFIED

Unspecified key type. The presence of this in the message will immediately result in an error.

KEY_TYPE_UNSPECIFIED = 0;

KEY_TYPE_UNSPECIFIED_VALUE

Unspecified key type. The presence of this in the message will immediately result in an error.

KEY_TYPE_UNSPECIFIED = 0;

SYSTEM_MANAGED

System-managed keys (managed and rotated by Google).

SYSTEM_MANAGED = 2;

SYSTEM_MANAGED_VALUE

System-managed keys (managed and rotated by Google).

SYSTEM_MANAGED = 2;

UNRECOGNIZED
USER_MANAGED

User-managed keys (managed and rotated by the user).

USER_MANAGED = 1;

USER_MANAGED_VALUE

User-managed keys (managed and rotated by the user).

USER_MANAGED = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()