public interface ListServiceAccountKeysResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountKey |
getKeys(int index)
The public keys for the service account.
|
int |
getKeysCount()
The public keys for the service account.
|
List<ServiceAccountKey> |
getKeysList()
The public keys for the service account.
|
ServiceAccountKeyOrBuilder |
getKeysOrBuilder(int index)
The public keys for the service account.
|
List<? extends ServiceAccountKeyOrBuilder> |
getKeysOrBuilderList()
The public keys for the service account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServiceAccountKey> getKeysList()
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;ServiceAccountKey getKeys(int index)
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;int getKeysCount()
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;List<? extends ServiceAccountKeyOrBuilder> getKeysOrBuilderList()
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;ServiceAccountKeyOrBuilder getKeysOrBuilder(int index)
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;Copyright © 2025 Google LLC. All rights reserved.