-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [google-cloud-public-ca] added protos for publicca v1 (#12680)
BEGIN_COMMIT_OVERRIDE feat: added protos for publicca v1 END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 631969098 Source-Link: googleapis/googleapis@25a1a57 Source-Link: googleapis/googleapis-gen@99d23a6 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXB1YmxpYy1jYS8uT3dsQm90LnlhbWwiLCJoIjoiOTlkMjNhNjA2ZWFmZGEwNzQ2ZWQ2NTg3ZjljNWNmZjE2YTBiZDBiMSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b74c6c2
commit f38aae4
Showing
34 changed files
with
6,226 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...oogle-cloud-public-ca/docs/publicca_v1/public_certificate_authority_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PublicCertificateAuthorityService | ||
--------------------------------------------------- | ||
|
||
.. automodule:: google.cloud.security.publicca_v1.services.public_certificate_authority_service | ||
:members: | ||
:inherited-members: |
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-public-ca/docs/publicca_v1/services_.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Services for Google Cloud Security Publicca v1 API | ||
================================================== | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
public_certificate_authority_service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Types for Google Cloud Security Publicca v1 API | ||
=============================================== | ||
|
||
.. automodule:: google.cloud.security.publicca_v1.types | ||
:members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/google-cloud-public-ca/google/cloud/security/publicca/py.typed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Marker file for PEP 561. | ||
# The google-cloud-public-ca package uses inline types. | ||
# The google-cloud-security-publicca package uses inline types. |
33 changes: 33 additions & 0 deletions
33
packages/google-cloud-public-ca/google/cloud/security/publicca_v1/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
from google.cloud.security.publicca_v1 import gapic_version as package_version | ||
|
||
__version__ = package_version.__version__ | ||
|
||
|
||
from .services.public_certificate_authority_service import ( | ||
PublicCertificateAuthorityServiceAsyncClient, | ||
PublicCertificateAuthorityServiceClient, | ||
) | ||
from .types.resources import ExternalAccountKey | ||
from .types.service import CreateExternalAccountKeyRequest | ||
|
||
__all__ = ( | ||
"PublicCertificateAuthorityServiceAsyncClient", | ||
"CreateExternalAccountKeyRequest", | ||
"ExternalAccountKey", | ||
"PublicCertificateAuthorityServiceClient", | ||
) |
43 changes: 43 additions & 0 deletions
43
packages/google-cloud-public-ca/google/cloud/security/publicca_v1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.security.publicca_v1", | ||
"protoPackage": "google.cloud.security.publicca.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"PublicCertificateAuthorityService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "PublicCertificateAuthorityServiceClient", | ||
"rpcs": { | ||
"CreateExternalAccountKey": { | ||
"methods": [ | ||
"create_external_account_key" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "PublicCertificateAuthorityServiceAsyncClient", | ||
"rpcs": { | ||
"CreateExternalAccountKey": { | ||
"methods": [ | ||
"create_external_account_key" | ||
] | ||
} | ||
} | ||
}, | ||
"rest": { | ||
"libraryClient": "PublicCertificateAuthorityServiceClient", | ||
"rpcs": { | ||
"CreateExternalAccountKey": { | ||
"methods": [ | ||
"create_external_account_key" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
packages/google-cloud-public-ca/google/cloud/security/publicca_v1/gapic_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
__version__ = "0.0.0" # {x-release-please-version} |
2 changes: 2 additions & 0 deletions
2
packages/google-cloud-public-ca/google/cloud/security/publicca_v1/py.typed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Marker file for PEP 561. | ||
# The google-cloud-security-publicca package uses inline types. |
15 changes: 15 additions & 0 deletions
15
packages/google-cloud-public-ca/google/cloud/security/publicca_v1/services/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# |
22 changes: 22 additions & 0 deletions
22
...ogle/cloud/security/publicca_v1/services/public_certificate_authority_service/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2024 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
from .async_client import PublicCertificateAuthorityServiceAsyncClient | ||
from .client import PublicCertificateAuthorityServiceClient | ||
|
||
__all__ = ( | ||
"PublicCertificateAuthorityServiceClient", | ||
"PublicCertificateAuthorityServiceAsyncClient", | ||
) |
Oops, something went wrong.