public static enum ListServiceAccountKeysRequest.KeyType extends Enum<ListServiceAccountKeysRequest.KeyType> implements com.google.protobuf.ProtocolMessageEnum
`KeyType` filters to selectively retrieve certain varieties of keys.Protobuf enum
google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType| Enum Constant and Description |
|---|
KEY_TYPE_UNSPECIFIED
Unspecified key type.
|
SYSTEM_MANAGED
System-managed keys (managed and rotated by Google).
|
UNRECOGNIZED |
USER_MANAGED
User-managed keys (managed and rotated by the user).
|
| Modifier and Type | Field and Description |
|---|---|
static int |
KEY_TYPE_UNSPECIFIED_VALUE
Unspecified key type.
|
static int |
SYSTEM_MANAGED_VALUE
System-managed keys (managed and rotated by Google).
|
static int |
USER_MANAGED_VALUE
User-managed keys (managed and rotated by the user).
|
| Modifier and Type | Method and Description |
|---|---|
static ListServiceAccountKeysRequest.KeyType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ListServiceAccountKeysRequest.KeyType> |
internalGetValueMap() |
static ListServiceAccountKeysRequest.KeyType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ListServiceAccountKeysRequest.KeyType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListServiceAccountKeysRequest.KeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListServiceAccountKeysRequest.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListServiceAccountKeysRequest.KeyType KEY_TYPE_UNSPECIFIED
Unspecified key type. The presence of this in the message will immediately result in an error.
KEY_TYPE_UNSPECIFIED = 0;public static final ListServiceAccountKeysRequest.KeyType USER_MANAGED
User-managed keys (managed and rotated by the user).
USER_MANAGED = 1;public static final ListServiceAccountKeysRequest.KeyType SYSTEM_MANAGED
System-managed keys (managed and rotated by Google).
SYSTEM_MANAGED = 2;public static final ListServiceAccountKeysRequest.KeyType UNRECOGNIZED
public static final int KEY_TYPE_UNSPECIFIED_VALUE
Unspecified key type. The presence of this in the message will immediately result in an error.
KEY_TYPE_UNSPECIFIED = 0;public static final int USER_MANAGED_VALUE
User-managed keys (managed and rotated by the user).
USER_MANAGED = 1;public static final int SYSTEM_MANAGED_VALUE
System-managed keys (managed and rotated by Google).
SYSTEM_MANAGED = 2;public static ListServiceAccountKeysRequest.KeyType[] values()
for (ListServiceAccountKeysRequest.KeyType c : ListServiceAccountKeysRequest.KeyType.values()) System.out.println(c);
public static ListServiceAccountKeysRequest.KeyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ListServiceAccountKeysRequest.KeyType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ListServiceAccountKeysRequest.KeyType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ListServiceAccountKeysRequest.KeyType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ListServiceAccountKeysRequest.KeyType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.