|
14 | 14 | # limitations under the License. |
15 | 15 | # |
16 | 16 |
|
17 | | -from google.cloud.binaryauthorization_v1beta1.services.binauthz_management_service_v1_beta1.client import ( |
18 | | - BinauthzManagementServiceV1Beta1Client, |
| 17 | +from google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1.client import ( |
| 18 | + BinauthzManagementServiceV1Client, |
19 | 19 | ) |
20 | | -from google.cloud.binaryauthorization_v1beta1.services.binauthz_management_service_v1_beta1.async_client import ( |
21 | | - BinauthzManagementServiceV1Beta1AsyncClient, |
| 20 | +from google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1.async_client import ( |
| 21 | + BinauthzManagementServiceV1AsyncClient, |
22 | 22 | ) |
23 | | - |
24 | | -from google.cloud.binaryauthorization_v1beta1.types.continuous_validation_logging import ( |
25 | | - ContinuousValidationEvent, |
| 23 | +from google.cloud.binaryauthorization_v1.services.system_policy_v1.client import ( |
| 24 | + SystemPolicyV1Client, |
| 25 | +) |
| 26 | +from google.cloud.binaryauthorization_v1.services.system_policy_v1.async_client import ( |
| 27 | + SystemPolicyV1AsyncClient, |
| 28 | +) |
| 29 | +from google.cloud.binaryauthorization_v1.services.validation_helper_v1.client import ( |
| 30 | + ValidationHelperV1Client, |
26 | 31 | ) |
27 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import AdmissionRule |
28 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import ( |
| 32 | +from google.cloud.binaryauthorization_v1.services.validation_helper_v1.async_client import ( |
| 33 | + ValidationHelperV1AsyncClient, |
| 34 | +) |
| 35 | + |
| 36 | +from google.cloud.binaryauthorization_v1.types.resources import AdmissionRule |
| 37 | +from google.cloud.binaryauthorization_v1.types.resources import ( |
29 | 38 | AdmissionWhitelistPattern, |
30 | 39 | ) |
31 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import Attestor |
32 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import AttestorPublicKey |
33 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import PkixPublicKey |
34 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import Policy |
35 | | -from google.cloud.binaryauthorization_v1beta1.types.resources import ( |
36 | | - UserOwnedDrydockNote, |
| 40 | +from google.cloud.binaryauthorization_v1.types.resources import Attestor |
| 41 | +from google.cloud.binaryauthorization_v1.types.resources import AttestorPublicKey |
| 42 | +from google.cloud.binaryauthorization_v1.types.resources import PkixPublicKey |
| 43 | +from google.cloud.binaryauthorization_v1.types.resources import Policy |
| 44 | +from google.cloud.binaryauthorization_v1.types.resources import UserOwnedGrafeasNote |
| 45 | +from google.cloud.binaryauthorization_v1.types.service import CreateAttestorRequest |
| 46 | +from google.cloud.binaryauthorization_v1.types.service import DeleteAttestorRequest |
| 47 | +from google.cloud.binaryauthorization_v1.types.service import GetAttestorRequest |
| 48 | +from google.cloud.binaryauthorization_v1.types.service import GetPolicyRequest |
| 49 | +from google.cloud.binaryauthorization_v1.types.service import GetSystemPolicyRequest |
| 50 | +from google.cloud.binaryauthorization_v1.types.service import ListAttestorsRequest |
| 51 | +from google.cloud.binaryauthorization_v1.types.service import ListAttestorsResponse |
| 52 | +from google.cloud.binaryauthorization_v1.types.service import UpdateAttestorRequest |
| 53 | +from google.cloud.binaryauthorization_v1.types.service import UpdatePolicyRequest |
| 54 | +from google.cloud.binaryauthorization_v1.types.service import ( |
| 55 | + ValidateAttestationOccurrenceRequest, |
| 56 | +) |
| 57 | +from google.cloud.binaryauthorization_v1.types.service import ( |
| 58 | + ValidateAttestationOccurrenceResponse, |
37 | 59 | ) |
38 | | -from google.cloud.binaryauthorization_v1beta1.types.service import CreateAttestorRequest |
39 | | -from google.cloud.binaryauthorization_v1beta1.types.service import DeleteAttestorRequest |
40 | | -from google.cloud.binaryauthorization_v1beta1.types.service import GetAttestorRequest |
41 | | -from google.cloud.binaryauthorization_v1beta1.types.service import GetPolicyRequest |
42 | | -from google.cloud.binaryauthorization_v1beta1.types.service import ListAttestorsRequest |
43 | | -from google.cloud.binaryauthorization_v1beta1.types.service import ListAttestorsResponse |
44 | | -from google.cloud.binaryauthorization_v1beta1.types.service import UpdateAttestorRequest |
45 | | -from google.cloud.binaryauthorization_v1beta1.types.service import UpdatePolicyRequest |
46 | 60 |
|
47 | 61 | __all__ = ( |
48 | | - "BinauthzManagementServiceV1Beta1Client", |
49 | | - "BinauthzManagementServiceV1Beta1AsyncClient", |
50 | | - "ContinuousValidationEvent", |
| 62 | + "BinauthzManagementServiceV1Client", |
| 63 | + "BinauthzManagementServiceV1AsyncClient", |
| 64 | + "SystemPolicyV1Client", |
| 65 | + "SystemPolicyV1AsyncClient", |
| 66 | + "ValidationHelperV1Client", |
| 67 | + "ValidationHelperV1AsyncClient", |
51 | 68 | "AdmissionRule", |
52 | 69 | "AdmissionWhitelistPattern", |
53 | 70 | "Attestor", |
54 | 71 | "AttestorPublicKey", |
55 | 72 | "PkixPublicKey", |
56 | 73 | "Policy", |
57 | | - "UserOwnedDrydockNote", |
| 74 | + "UserOwnedGrafeasNote", |
58 | 75 | "CreateAttestorRequest", |
59 | 76 | "DeleteAttestorRequest", |
60 | 77 | "GetAttestorRequest", |
61 | 78 | "GetPolicyRequest", |
| 79 | + "GetSystemPolicyRequest", |
62 | 80 | "ListAttestorsRequest", |
63 | 81 | "ListAttestorsResponse", |
64 | 82 | "UpdateAttestorRequest", |
65 | 83 | "UpdatePolicyRequest", |
| 84 | + "ValidateAttestationOccurrenceRequest", |
| 85 | + "ValidateAttestationOccurrenceResponse", |
66 | 86 | ) |
0 commit comments