ServiceAccountKey.Builder |
ListServiceAccountKeysResponse.Builder.addKeysBuilder() |
The public keys for the service account.
|
ServiceAccountKey.Builder |
ListServiceAccountKeysResponse.Builder.addKeysBuilder(int index) |
The public keys for the service account.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clear() |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearDisabled() |
The key status.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearKeyAlgorithm() |
Specifies the algorithm (and possibly key size) for the key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearKeyOrigin() |
The key origin.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearKeyType() |
The key type.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearName() |
The resource name of the service account key in the following format
`projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearPrivateKeyData() |
The private key data.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearPrivateKeyType() |
The output format for the private key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearPublicKeyData() |
The public key data.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearValidAfterTime() |
The key can be used after this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clearValidBeforeTime() |
The key can be used before this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.clone() |
|
ServiceAccountKey.Builder |
ListServiceAccountKeysResponse.Builder.getKeysBuilder(int index) |
The public keys for the service account.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeFrom(ServiceAccountKey other) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeValidAfterTime(com.google.protobuf.Timestamp value) |
The key can be used after this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.mergeValidBeforeTime(com.google.protobuf.Timestamp value) |
The key can be used before this timestamp.
|
static ServiceAccountKey.Builder |
ServiceAccountKey.newBuilder() |
|
static ServiceAccountKey.Builder |
ServiceAccountKey.newBuilder(ServiceAccountKey prototype) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.newBuilderForType() |
|
protected ServiceAccountKey.Builder |
ServiceAccountKey.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setDisabled(boolean value) |
The key status.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyAlgorithm(ServiceAccountKeyAlgorithm value) |
Specifies the algorithm (and possibly key size) for the key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyAlgorithmValue(int value) |
Specifies the algorithm (and possibly key size) for the key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyOrigin(ServiceAccountKeyOrigin value) |
The key origin.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyOriginValue(int value) |
The key origin.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyType(ListServiceAccountKeysRequest.KeyType value) |
The key type.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setKeyTypeValue(int value) |
The key type.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setName(String value) |
The resource name of the service account key in the following format
`projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The resource name of the service account key in the following format
`projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setPrivateKeyData(com.google.protobuf.ByteString value) |
The private key data.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setPrivateKeyType(ServiceAccountPrivateKeyType value) |
The output format for the private key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setPrivateKeyTypeValue(int value) |
The output format for the private key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setPublicKeyData(com.google.protobuf.ByteString value) |
The public key data.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setValidAfterTime(com.google.protobuf.Timestamp value) |
The key can be used after this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setValidAfterTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The key can be used after this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setValidBeforeTime(com.google.protobuf.Timestamp value) |
The key can be used before this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.setValidBeforeTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The key can be used before this timestamp.
|
ServiceAccountKey.Builder |
ServiceAccountKey.toBuilder() |
|