|
13 | 13 | # See the License for the specific language governing permissions and
|
14 | 14 | # limitations under the License.
|
15 | 15 | #
|
| 16 | +from google.cloud.binaryauthorization import gapic_version as package_version |
| 17 | + |
| 18 | +__version__ = package_version.__version__ |
| 19 | + |
16 | 20 |
|
17 |
| -from google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1.client import ( |
18 |
| - BinauthzManagementServiceV1Client, |
19 |
| -) |
20 | 21 | from google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1.async_client import (
|
21 | 22 | BinauthzManagementServiceV1AsyncClient,
|
22 | 23 | )
|
23 |
| -from google.cloud.binaryauthorization_v1.services.system_policy_v1.client import ( |
24 |
| - SystemPolicyV1Client, |
| 24 | +from google.cloud.binaryauthorization_v1.services.binauthz_management_service_v1.client import ( |
| 25 | + BinauthzManagementServiceV1Client, |
25 | 26 | )
|
26 | 27 | from google.cloud.binaryauthorization_v1.services.system_policy_v1.async_client import (
|
27 | 28 | SystemPolicyV1AsyncClient,
|
28 | 29 | )
|
29 |
| -from google.cloud.binaryauthorization_v1.services.validation_helper_v1.client import ( |
30 |
| - ValidationHelperV1Client, |
| 30 | +from google.cloud.binaryauthorization_v1.services.system_policy_v1.client import ( |
| 31 | + SystemPolicyV1Client, |
31 | 32 | )
|
32 | 33 | from google.cloud.binaryauthorization_v1.services.validation_helper_v1.async_client import (
|
33 | 34 | ValidationHelperV1AsyncClient,
|
34 | 35 | )
|
35 |
| - |
36 |
| -from google.cloud.binaryauthorization_v1.types.resources import AdmissionRule |
| 36 | +from google.cloud.binaryauthorization_v1.services.validation_helper_v1.client import ( |
| 37 | + ValidationHelperV1Client, |
| 38 | +) |
37 | 39 | from google.cloud.binaryauthorization_v1.types.resources import (
|
| 40 | + AdmissionRule, |
38 | 41 | AdmissionWhitelistPattern,
|
| 42 | + Attestor, |
| 43 | + AttestorPublicKey, |
| 44 | + PkixPublicKey, |
| 45 | + Policy, |
| 46 | + UserOwnedGrafeasNote, |
39 | 47 | )
|
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 | 48 | from google.cloud.binaryauthorization_v1.types.service import (
|
| 49 | + CreateAttestorRequest, |
| 50 | + DeleteAttestorRequest, |
| 51 | + GetAttestorRequest, |
| 52 | + GetPolicyRequest, |
| 53 | + GetSystemPolicyRequest, |
| 54 | + ListAttestorsRequest, |
| 55 | + ListAttestorsResponse, |
| 56 | + UpdateAttestorRequest, |
| 57 | + UpdatePolicyRequest, |
55 | 58 | ValidateAttestationOccurrenceRequest,
|
56 |
| -) |
57 |
| -from google.cloud.binaryauthorization_v1.types.service import ( |
58 | 59 | ValidateAttestationOccurrenceResponse,
|
59 | 60 | )
|
60 | 61 |
|
|
0 commit comments