Uses of Interface
com.google.iam.admin.v1.ServiceAccountKeyOrBuilder
-
Packages that use ServiceAccountKeyOrBuilder Package Description com.google.iam.admin.v1 -
-
Uses of ServiceAccountKeyOrBuilder in com.google.iam.admin.v1
Classes in com.google.iam.admin.v1 that implement ServiceAccountKeyOrBuilder Modifier and Type Class Description class
ServiceAccountKey
Represents a service account key.static class
ServiceAccountKey.Builder
Represents a service account key.Methods in com.google.iam.admin.v1 that return ServiceAccountKeyOrBuilder Modifier and Type Method Description ServiceAccountKeyOrBuilder
ListServiceAccountKeysResponse.Builder. getKeysOrBuilder(int index)
The public keys for the service account.ServiceAccountKeyOrBuilder
ListServiceAccountKeysResponse. getKeysOrBuilder(int index)
The public keys for the service account.ServiceAccountKeyOrBuilder
ListServiceAccountKeysResponseOrBuilder. getKeysOrBuilder(int index)
The public keys for the service account.Methods in com.google.iam.admin.v1 that return types with arguments of type ServiceAccountKeyOrBuilder Modifier and Type Method Description List<? extends ServiceAccountKeyOrBuilder>
ListServiceAccountKeysResponse.Builder. getKeysOrBuilderList()
The public keys for the service account.List<? extends ServiceAccountKeyOrBuilder>
ListServiceAccountKeysResponse. getKeysOrBuilderList()
The public keys for the service account.List<? extends ServiceAccountKeyOrBuilder>
ListServiceAccountKeysResponseOrBuilder. getKeysOrBuilderList()
The public keys for the service account.
-