@@ -20,9 +20,11 @@ replacements:
2020 before : |
2121 import google.cloud.gkehub.configmanagement.v1.configmanagement_pb2 as configmanagement_pb2 # type: ignore
2222 import google.cloud.gkehub.multiclusteringress.v1.multiclusteringress_pb2 as multiclusteringress_pb2 # type: ignore
23+ import google.cloud.gkehub.rbacrolebindingactuation.v1.rbacrolebindingactuation_pb2 as rbacrolebindingactuation_pb2 # type: ignore
2324 after : |
2425 from google.cloud.gkehub_v1 import configmanagement_v1 # type: ignore
2526 from google.cloud.gkehub_v1 import multiclusteringress_v1 # type: ignore
27+ from google.cloud.gkehub_v1 import rbacrolebindingactuation_v1 # type: ignore
2628 count : 1
2729 - paths : [
2830 packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py
@@ -36,6 +38,12 @@ replacements:
3638 before : google.cloud.gkehub.multiclusteringress.v1.multiclusteringress_pb2
3739 after : google.cloud.gkehub_v1.multiclusteringress_v1
3840 count : 1
41+ - paths : [
42+ packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py
43+ ]
44+ before : google.cloud.gkehub.rbacrolebindingactuation.v1.rbacrolebindingactuation_pb2
45+ after : google.cloud.gkehub_v1.rbacrolebindingactuation_v1
46+ count : 1
3947 - paths : [
4048 packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py
4149 ]
@@ -48,6 +56,12 @@ replacements:
4856 before : configmanagement_pb2
4957 after : configmanagement_v1
5058 count : 4
59+ - paths : [
60+ packages/google-cloud-gke-hub/google/cloud/gkehub_v1/types/feature.py
61+ ]
62+ before : rbacrolebindingactuation_pb2
63+ after : rbacrolebindingactuation_v1
64+ count : 2
5165 - paths : [
5266 packages/google-cloud-gke-hub/docs/index.rst
5367 ]
@@ -70,7 +84,9 @@ replacements:
7084 gkehub_v1/configmanagement_v1/services_
7185 gkehub_v1/configmanagement_v1/types_
7286 gkehub_v1/multiclusteringress_v1/services_
73- gkehub_v1/multiclusteringress_v1/types_\n
87+ gkehub_v1/multiclusteringress_v1/types_
88+ gkehub_v1/rbacrolebindingactuation_v1/services_
89+ gkehub_v1/rbacrolebindingactuation_v1/types_\n
7490 count : 1
7591 - paths : [
7692 packages/google-cloud-workflows/docs/index.rst
0 commit comments