| Package | Description |
|---|---|
| com.google.api.services.iam.v1 | |
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Iam.Projects.ServiceAccounts.Keys.Upload |
Iam.Projects.ServiceAccounts.Keys.upload(String name,
UploadServiceAccountKeyRequest content)
Upload public key for a given service account.
|
| Constructor and Description |
|---|
Upload(String name,
UploadServiceAccountKeyRequest content)
Upload public key for a given service account.
|
| Modifier and Type | Method and Description |
|---|---|
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.clone() |
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.encodePublicKeyData(byte[] publicKeyData)
A field that allows clients to upload their own public key.
|
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.set(String fieldName,
Object value) |
UploadServiceAccountKeyRequest |
UploadServiceAccountKeyRequest.setPublicKeyData(String publicKeyData)
A field that allows clients to upload their own public key.
|
Copyright © 2011–2019 Google. All rights reserved.