| Modifier and Type | Method and Description |
|---|---|
static ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequest.KeyType.forNumber(int value) |
ListServiceAccountKeysRequest.KeyType |
ServiceAccountKeyOrBuilder.getKeyType()
The key type.
|
ListServiceAccountKeysRequest.KeyType |
ServiceAccountKey.getKeyType()
The key type.
|
ListServiceAccountKeysRequest.KeyType |
ServiceAccountKey.Builder.getKeyType()
The key type.
|
ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequestOrBuilder.getKeyTypes(int index)
Filters the types of keys the user wants to include in the list
response.
|
ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequest.getKeyTypes(int index)
Filters the types of keys the user wants to include in the list
response.
|
ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequest.Builder.getKeyTypes(int index)
Filters the types of keys the user wants to include in the list
response.
|
static ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequest.KeyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequest.KeyType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListServiceAccountKeysRequest.KeyType |
ListServiceAccountKeysRequest.KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListServiceAccountKeysRequest.KeyType[] |
ListServiceAccountKeysRequest.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListServiceAccountKeysRequest.KeyType> |
ListServiceAccountKeysRequestOrBuilder.getKeyTypesList()
Filters the types of keys the user wants to include in the list
response.
|
List<ListServiceAccountKeysRequest.KeyType> |
ListServiceAccountKeysRequest.getKeyTypesList()
Filters the types of keys the user wants to include in the list
response.
|
List<ListServiceAccountKeysRequest.KeyType> |
ListServiceAccountKeysRequest.Builder.getKeyTypesList()
Filters the types of keys the user wants to include in the list
response.
|
static com.google.protobuf.Internal.EnumLiteMap<ListServiceAccountKeysRequest.KeyType> |
ListServiceAccountKeysRequest.KeyType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountKeysRequest.Builder |
ListServiceAccountKeysRequest.Builder.addKeyTypes(ListServiceAccountKeysRequest.KeyType value)
Filters the types of keys the user wants to include in the list
response.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyType(ListServiceAccountKeysRequest.KeyType value)
The key type.
|
ListServiceAccountKeysRequest.Builder |
ListServiceAccountKeysRequest.Builder.setKeyTypes(int index,
ListServiceAccountKeysRequest.KeyType value)
Filters the types of keys the user wants to include in the list
response.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountKeysRequest.Builder |
ListServiceAccountKeysRequest.Builder.addAllKeyTypes(Iterable<? extends ListServiceAccountKeysRequest.KeyType> values)
Filters the types of keys the user wants to include in the list
response.
|
Copyright © 2025 Google LLC. All rights reserved.