Package com.google.iam.admin.v1
Interface ListServiceAccountKeysResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListServiceAccountKeysResponse,ListServiceAccountKeysResponse.Builder
public interface ListServiceAccountKeysResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceAccountKeygetKeys(int index)The public keys for the service account.intgetKeysCount()The public keys for the service account.List<ServiceAccountKey>getKeysList()The public keys for the service account.ServiceAccountKeyOrBuildergetKeysOrBuilder(int index)The public keys for the service account.List<? extends ServiceAccountKeyOrBuilder>getKeysOrBuilderList()The public keys for the service account.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeysList
List<ServiceAccountKey> getKeysList()
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
-
getKeys
ServiceAccountKey getKeys(int index)
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
-
getKeysCount
int getKeysCount()
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
-
getKeysOrBuilderList
List<? extends ServiceAccountKeyOrBuilder> getKeysOrBuilderList()
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
-
getKeysOrBuilder
ServiceAccountKeyOrBuilder getKeysOrBuilder(int index)
The public keys for the service account.
repeated .google.iam.admin.v1.ServiceAccountKey keys = 1;
-
-