public interface GetImportJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. The name of the ImportJob to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the ImportJob to get.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPublicKeyFormat()
public abstract PublicKey.PublicKeyFormat getPublicKeyFormat()Optional. Specifies the [WrappingPublicKey][] format. If not specified:
- For RSA-based import methods, the wrapping key will be returned in PEM format
- For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203
- For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.
.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PublicKey.PublicKeyFormat |
The publicKeyFormat. |
getPublicKeyFormatValue()
public abstract int getPublicKeyFormatValue()Optional. Specifies the [WrappingPublicKey][] format. If not specified:
- For RSA-based import methods, the wrapping key will be returned in PEM format
- For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203
- For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.
.google.cloud.kms.v1.PublicKey.PublicKeyFormat public_key_format = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for publicKeyFormat. |