Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,6 @@ libraries:
keep:
- CHANGELOG.md
- docs/CHANGELOG.md
skip_generate: true
python:
opt_args_by_api:
google/cloud/policytroubleshooter/iam/v3:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"api_description": "",
"api_id": "policytroubleshooter.googleapis.com",
"api_shortname": "iam",
"client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest",
"default_version": "v3",
"distribution_name": "google-cloud-policytroubleshooter-iam",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=690790&template=1814512",
"language": "python",
"library_type": "GAPIC_AUTO",
"name": "policytroubleshooter-iam",
"name_pretty": "Policy Troubleshooter API",
"product_documentation": "https://cloud.google.com/policy-intelligence/docs/troubleshoot-access",
"release_level": "preview",
"repo": "googleapis/google-cloud-python"
"api_id": "policytroubleshooter.googleapis.com",
"api_shortname": "iam",
"client_documentation": "https://cloud.google.com/python/docs/reference/policytroubleshooter-iam/latest",
"default_version": "v3",
"distribution_name": "google-cloud-policytroubleshooter-iam",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=690790\u0026template=1814512",
"language": "python",
"library_type": "GAPIC_AUTO",
"name": "policytroubleshooter-iam",
"name_pretty": "Policy Troubleshooter API",
"product_documentation": "https://cloud.google.com/policy-intelligence/docs/troubleshoot-access",
"release_level": "preview",
"repo": "googleapis/google-cloud-python"
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
from typing import MutableMapping, MutableSequence

import google.iam.v1.policy_pb2 as policy_pb2 # type: ignore
from google.cloud.iam_v2 import Policy # type: ignore
import google.protobuf.struct_pb2 as struct_pb2 # type: ignore
import google.protobuf.timestamp_pb2 as timestamp_pb2 # type: ignore
import google.rpc.status_pb2 as status_pb2 # type: ignore
import google.type.expr_pb2 as expr_pb2 # type: ignore
import proto # type: ignore
from google.cloud.iam_v2 import Policy # type: ignore

__protobuf__ = proto.module(
package="google.cloud.policytroubleshooter.iam.v3",
Expand Down
Loading