Interface ListServiceAccountKeysResponseOrBuilder

    • 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;