Lines Matching defs:ImportJob

1038ImportJob string `protobuf:"bytes,14,opt,name=import_job,json=importJob,proto3" json:"import_job,o…  member
1266 type ImportJob struct { struct
1267 state protoimpl.MessageState
1268 sizeCache protoimpl.SizeCache
1269 unknownFields protoimpl.UnknownFields
1273 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
1275 …mportMethod,proto3,enum=google.cloud.kms.v1.ImportJob_ImportMethod" json:"import_method,omitempty"`
1280 …protectionLevel,proto3,enum=google.cloud.kms.v1.ProtectionLevel" json:"protection_level,omitempty"`
1282 …stamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
1284 …`protobuf:"bytes,4,opt,name=generate_time,json=generateTime,proto3" json:"generate_time,omitempty"`
1287 …stamp `protobuf:"bytes,5,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
1290 …ytes,10,opt,name=expire_event_time,json=expireEventTime,proto3" json:"expire_event_time,omitempty"`
1293 …,6,opt,name=state,proto3,enum=google.cloud.kms.v1.ImportJob_ImportJobState" json:"state,omitempty"`
1297 …ublicKey `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
1303 …yOperationAttestation `protobuf:"bytes,8,opt,name=attestation,proto3" json:"attestation,omitempty"`
1306 func (x *ImportJob) Reset() {
1315 func (x *ImportJob) String() string {
1319 func (*ImportJob) ProtoMessage() {}
1321 func (x *ImportJob) ProtoReflect() protoreflect.Message {
1334 func (*ImportJob) Descriptor() ([]byte, []int) {
1338 func (x *ImportJob) GetName() string {
1345 func (x *ImportJob) GetImportMethod() ImportJob_ImportMethod {
1352 func (x *ImportJob) GetProtectionLevel() ProtectionLevel {
1359 func (x *ImportJob) GetCreateTime() *timestamp.Timestamp {
1366 func (x *ImportJob) GetGenerateTime() *timestamp.Timestamp {
1373 func (x *ImportJob) GetExpireTime() *timestamp.Timestamp {
1380 func (x *ImportJob) GetExpireEventTime() *timestamp.Timestamp {
1387 func (x *ImportJob) GetState() ImportJob_ImportJobState {
1394 func (x *ImportJob) GetPublicKey() *ImportJob_WrappingPublicKey {
1401 func (x *ImportJob) GetAttestation() *KeyOperationAttestation {