Skip to content

Commit

Permalink
feat: add a new EkmService API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 425982419

Source-Link: googleapis/googleapis@8dff569

Source-Link: googleapis/googleapis-gen@b1538df
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuS21zLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJiMTUzOGRmMTY0MzkyMjYwNmQwMGVjMDM2NWMxZTBhNTFiZmJjYWJmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Feb 3, 2022
1 parent 0139338 commit 507277b
Show file tree
Hide file tree
Showing 13 changed files with 9,035 additions and 1,784 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,673 changes: 2,673 additions & 0 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/EkmService.g.cs

Large diffs are not rendered by default.

991 changes: 991 additions & 0 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/EkmServiceClient.g.cs

Large diffs are not rendered by default.

439 changes: 439 additions & 0 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/EkmServiceGrpc.g.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,102 changes: 1,340 additions & 762 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/KeyManagementServiceClient.g.cs

Large diffs are not rendered by default.

1,057 changes: 775 additions & 282 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs

Large diffs are not rendered by default.

Expand Up @@ -1358,6 +1358,15 @@ public partial class CryptoKey
get => string.IsNullOrEmpty(Name) ? null : gckv::CryptoKeyName.Parse(Name, allowUnparsed: true);
set => Name = value?.ToString() ?? "";
}

/// <summary>
/// <see cref="gax::IResourceName"/>-typed view over the <see cref="CryptoKeyBackend"/> resource name property.
/// </summary>
public gax::IResourceName CryptoKeyBackendAsResourceName
{
get => string.IsNullOrEmpty(CryptoKeyBackend) ? null : gax::UnparsedResourceName.Parse(CryptoKeyBackend);
set => CryptoKeyBackend = value?.ToString() ?? "";
}
}

public partial class CryptoKeyVersion
Expand Down
1,065 changes: 653 additions & 412 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Service.g.cs

Large diffs are not rendered by default.

660 changes: 420 additions & 240 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/ServiceGrpc.g.cs

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions apis/Google.Cloud.Kms.V1/gapic_metadata.json
Expand Up @@ -5,6 +5,39 @@
"protoPackage": "google.cloud.kms.v1",
"libraryPackage": "Google.Cloud.Kms.V1",
"services": {
"EkmService": {
"clients": {
"grpc": {
"libraryClient": "EkmServiceClient",
"rpcs": {
"CreateEkmConnection": {
"methods": [
"CreateEkmConnection",
"CreateEkmConnectionAsync"
]
},
"GetEkmConnection": {
"methods": [
"GetEkmConnection",
"GetEkmConnectionAsync"
]
},
"ListEkmConnections": {
"methods": [
"ListEkmConnections",
"ListEkmConnectionsAsync"
]
},
"UpdateEkmConnection": {
"methods": [
"UpdateEkmConnection",
"UpdateEkmConnectionAsync"
]
}
}
}
}
},
"KeyManagementService": {
"clients": {
"grpc": {
Expand Down

0 comments on commit 507277b

Please sign in to comment.