File tree Expand file tree Collapse file tree
packages/google-cloud-kms
samples/generated_samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.20 .0" # {x-release-please-version}
16+ __version__ = "0.0 .0" # {x-release-please-version}
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "2.20 .0" # {x-release-please-version}
16+ __version__ = "0.0 .0" # {x-release-please-version}
Original file line number Diff line number Diff line change 4545from google .cloud .location import locations_pb2 # type: ignore
4646from google .iam .v1 import iam_policy_pb2 # type: ignore
4747from google .iam .v1 import policy_pb2 # type: ignore
48+ from google .longrunning import operations_pb2 # type: ignore
4849from google .protobuf import field_mask_pb2 # type: ignore
4950from google .protobuf import timestamp_pb2 # type: ignore
5051
Original file line number Diff line number Diff line change 4949from google .cloud .location import locations_pb2 # type: ignore
5050from google .iam .v1 import iam_policy_pb2 # type: ignore
5151from google .iam .v1 import policy_pb2 # type: ignore
52+ from google .longrunning import operations_pb2 # type: ignore
5253from google .protobuf import field_mask_pb2 # type: ignore
5354from google .protobuf import timestamp_pb2 # type: ignore
5455
Original file line number Diff line number Diff line change 2525from google .cloud .location import locations_pb2 # type: ignore
2626from google .iam .v1 import iam_policy_pb2 # type: ignore
2727from google .iam .v1 import policy_pb2 # type: ignore
28+ from google .longrunning import operations_pb2 # type: ignore
2829from google .oauth2 import service_account # type: ignore
2930
3031from google .cloud .kms_v1 import gapic_version as package_version
Original file line number Diff line number Diff line change 2323from google .cloud .location import locations_pb2 # type: ignore
2424from google .iam .v1 import iam_policy_pb2 # type: ignore
2525from google .iam .v1 import policy_pb2 # type: ignore
26+ from google .longrunning import operations_pb2 # type: ignore
2627import grpc # type: ignore
2728
2829from google .cloud .kms_v1 .types import ekm_service
Original file line number Diff line number Diff line change 2222from google .cloud .location import locations_pb2 # type: ignore
2323from google .iam .v1 import iam_policy_pb2 # type: ignore
2424from google .iam .v1 import policy_pb2 # type: ignore
25+ from google .longrunning import operations_pb2 # type: ignore
2526import grpc # type: ignore
2627from grpc .experimental import aio # type: ignore
2728
Original file line number Diff line number Diff line change 4141
4242from google .iam .v1 import iam_policy_pb2 # type: ignore
4343from google .iam .v1 import policy_pb2 # type: ignore
44+ from google .longrunning import operations_pb2 # type: ignore
4445
4546from google .cloud .kms_v1 .types import ekm_service
4647
Original file line number Diff line number Diff line change 4545from google .cloud .location import locations_pb2 # type: ignore
4646from google .iam .v1 import iam_policy_pb2 # type: ignore
4747from google .iam .v1 import policy_pb2 # type: ignore
48+ from google .longrunning import operations_pb2 # type: ignore
4849from google .protobuf import duration_pb2 # type: ignore
4950from google .protobuf import field_mask_pb2 # type: ignore
5051from google .protobuf import timestamp_pb2 # type: ignore
@@ -1184,7 +1185,7 @@ async def sample_get_public_key():
11841185
11851186 Returns:
11861187 google.cloud.kms_v1.types.PublicKey:
1187- The public key for a given
1188+ The public keys for a given
11881189 [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
11891190 Obtained via
11901191 [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
Original file line number Diff line number Diff line change 4949from google .cloud .location import locations_pb2 # type: ignore
5050from google .iam .v1 import iam_policy_pb2 # type: ignore
5151from google .iam .v1 import policy_pb2 # type: ignore
52+ from google .longrunning import operations_pb2 # type: ignore
5253from google .protobuf import duration_pb2 # type: ignore
5354from google .protobuf import field_mask_pb2 # type: ignore
5455from google .protobuf import timestamp_pb2 # type: ignore
@@ -1424,7 +1425,7 @@ def sample_get_public_key():
14241425
14251426 Returns:
14261427 google.cloud.kms_v1.types.PublicKey:
1427- The public key for a given
1428+ The public keys for a given
14281429 [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
14291430 Obtained via
14301431 [GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
You can’t perform that action at this time.
0 commit comments