| Modifier and Type | Method and Description |
|---|---|
ServiceAccountKey |
ServiceAccountKey.Builder.build() |
ServiceAccountKey |
ServiceAccountKey.Builder.buildPartial() |
static ServiceAccountKey |
ServiceAccountKey.getDefaultInstance() |
ServiceAccountKey |
ServiceAccountKey.getDefaultInstanceForType() |
ServiceAccountKey |
ServiceAccountKey.Builder.getDefaultInstanceForType() |
ServiceAccountKey |
ListServiceAccountKeysResponseOrBuilder.getKeys(int index)
The public keys for the service account.
|
ServiceAccountKey |
ListServiceAccountKeysResponse.getKeys(int index)
The public keys for the service account.
|
ServiceAccountKey |
ListServiceAccountKeysResponse.Builder.getKeys(int index)
The public keys for the service account.
|
static ServiceAccountKey |
ServiceAccountKey.parseDelimitedFrom(InputStream input) |
static ServiceAccountKey |
ServiceAccountKey.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(byte[] data) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(ByteBuffer data) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(com.google.protobuf.ByteString data) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(InputStream input) |
static ServiceAccountKey |
ServiceAccountKey.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceAccountKey> |
ListServiceAccountKeysResponseOrBuilder.getKeysList()
The public keys for the service account.
|
List<ServiceAccountKey> |
ListServiceAccountKeysResponse.getKeysList()
The public keys for the service account.
|
List<ServiceAccountKey> |
ListServiceAccountKeysResponse.Builder.getKeysList()
The public keys for the service account.
|
com.google.protobuf.Parser<ServiceAccountKey> |
ServiceAccountKey.getParserForType() |
static com.google.protobuf.Parser<ServiceAccountKey> |
ServiceAccountKey.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountKeysResponse.Builder |
ListServiceAccountKeysResponse.Builder.addKeys(int index,
ServiceAccountKey value)
The public keys for the service account.
|
ListServiceAccountKeysResponse.Builder |
ListServiceAccountKeysResponse.Builder.addKeys(ServiceAccountKey value)
The public keys for the service account.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeFrom(ServiceAccountKey other) |
static ServiceAccountKey.Builder |
ServiceAccountKey.newBuilder(ServiceAccountKey prototype) |
ListServiceAccountKeysResponse.Builder |
ListServiceAccountKeysResponse.Builder.setKeys(int index,
ServiceAccountKey value)
The public keys for the service account.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceAccountKeysResponse.Builder |
ListServiceAccountKeysResponse.Builder.addAllKeys(Iterable<? extends ServiceAccountKey> values)
The public keys for the service account.
|
Copyright © 2025 Google LLC. All rights reserved.