Skip to content

Commit deb14f3

Browse files
chore: [google-cloud-asset] Update gapic-generator-python to 1.25.0 (#13877)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE chore: Update gapic-generator-python to 1.25.0 docs: fix typos in documentation END_COMMIT_OVERRIDE PiperOrigin-RevId: 755914147 Source-Link: googleapis/googleapis@97a83d7 Source-Link: googleapis/googleapis-gen@a9977ef Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFzc2V0Ly5Pd2xCb3QueWFtbCIsImgiOiJhOTk3N2VmZWRjODM2Y2NlY2UxZjAxZDUyOWIwMzE1ZTFlZmU1MmFkIn0= BEGIN_NESTED_COMMIT docs: [google-cloud-asset] fix typos in documentation PiperOrigin-RevId: 755486613 Source-Link: googleapis/googleapis@0508422 Source-Link: googleapis/googleapis-gen@5443e2b Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFzc2V0Ly5Pd2xCb3QueWFtbCIsImgiOiI1NDQzZTJiZTY4NGJiZjliM2JhOTU3M2YyMTMyOWY2MWQxODU3Yzk5In0= END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [google-cloud-asset] Documentation tweak PiperOrigin-RevId: 755119028 Source-Link: googleapis/googleapis@9b69927 Source-Link: googleapis/googleapis-gen@432d4a9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFzc2V0Ly5Pd2xCb3QueWFtbCIsImgiOiI0MzJkNGE5YzJlZmZjZmMwODcxMmFiMjU5ZDU3ZDQxMDY5MmM2OWQwIn0= END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c423602 commit deb14f3

28 files changed

Lines changed: 79 additions & 19 deletions

File tree

packages/google-cloud-asset/google/cloud/asset/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.30.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.30.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/async_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from google.api_core.client_options import ClientOptions
3636
from google.auth import credentials as ga_credentials # type: ignore
3737
from google.oauth2 import service_account # type: ignore
38+
import google.protobuf
3839

3940
from google.cloud.asset_v1 import gapic_version as package_version
4041

@@ -3452,5 +3453,8 @@ async def __aexit__(self, exc_type, exc, tb):
34523453
gapic_version=package_version.__version__
34533454
)
34543455

3456+
if hasattr(DEFAULT_CLIENT_INFO, "protobuf_runtime_version"): # pragma: NO COVER
3457+
DEFAULT_CLIENT_INFO.protobuf_runtime_version = google.protobuf.__version__
3458+
34553459

34563460
__all__ = ("AssetServiceAsyncClient",)

packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
from google.auth.transport import mtls # type: ignore
4444
from google.auth.transport.grpc import SslCredentials # type: ignore
4545
from google.oauth2 import service_account # type: ignore
46+
import google.protobuf
4647

4748
from google.cloud.asset_v1 import gapic_version as package_version
4849

@@ -3921,5 +3922,7 @@ def get_operation(
39213922
gapic_version=package_version.__version__
39223923
)
39233924

3925+
if hasattr(DEFAULT_CLIENT_INFO, "protobuf_runtime_version"): # pragma: NO COVER
3926+
DEFAULT_CLIENT_INFO.protobuf_runtime_version = google.protobuf.__version__
39243927

39253928
__all__ = ("AssetServiceClient",)

packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/transports/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from google.auth import credentials as ga_credentials # type: ignore
2525
from google.longrunning import operations_pb2 # type: ignore
2626
from google.oauth2 import service_account # type: ignore
27+
import google.protobuf
2728
from google.protobuf import empty_pb2 # type: ignore
2829

2930
from google.cloud.asset_v1 import gapic_version as package_version
@@ -33,6 +34,9 @@
3334
gapic_version=package_version.__version__
3435
)
3536

37+
if hasattr(DEFAULT_CLIENT_INFO, "protobuf_runtime_version"): # pragma: NO COVER
38+
DEFAULT_CLIENT_INFO.protobuf_runtime_version = google.protobuf.__version__
39+
3640

3741
class AssetServiceTransport(abc.ABC):
3842
"""Abstract transport class for AssetService."""

packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/transports/rest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
from google.auth import credentials as ga_credentials # type: ignore
2626
from google.auth.transport.requests import AuthorizedSession # type: ignore
2727
from google.longrunning import operations_pb2 # type: ignore
28+
import google.protobuf
2829
from google.protobuf import empty_pb2 # type: ignore
2930
from google.protobuf import json_format
3031
from requests import __version__ as requests_version
@@ -54,6 +55,9 @@
5455
rest_version=f"requests@{requests_version}",
5556
)
5657

58+
if hasattr(DEFAULT_CLIENT_INFO, "protobuf_runtime_version"): # pragma: NO COVER
59+
DEFAULT_CLIENT_INFO.protobuf_runtime_version = google.protobuf.__version__
60+
5761

5862
class AssetServiceRestInterceptor:
5963
"""Interceptor for AssetService.

packages/google-cloud-asset/google/cloud/asset_v1/types/asset_service.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -897,18 +897,18 @@ class PartitionKey(proto.Enum):
897897
using non-partitioned table.
898898
READ_TIME (1):
899899
The time when the snapshot is taken. If specified as
900-
partition key, the result table(s) is partitoned by the
900+
partition key, the result table(s) is partitioned by the
901901
additional timestamp column, readTime. If [read_time] in
902902
ExportAssetsRequest is specified, the readTime column's
903903
value will be the same as it. Otherwise, its value will be
904904
the current time that is used to take the snapshot.
905905
REQUEST_TIME (2):
906906
The time when the request is received and
907907
started to be processed. If specified as
908-
partition key, the result table(s) is partitoned
909-
by the requestTime column, an additional
910-
timestamp column representing when the request
911-
was received.
908+
partition key, the result table(s) is
909+
partitioned by the requestTime column, an
910+
additional timestamp column representing when
911+
the request was received.
912912
"""
913913
PARTITION_KEY_UNSPECIFIED = 0
914914
READ_TIME = 1
@@ -2031,7 +2031,7 @@ class PartitionKey(proto.Enum):
20312031
REQUEST_TIME (1):
20322032
The time when the request is received. If
20332033
specified as partition key, the result table(s)
2034-
is partitoned by the RequestTime column, an
2034+
is partitioned by the RequestTime column, an
20352035
additional timestamp column representing when
20362036
the request was received.
20372037
"""
@@ -2426,8 +2426,8 @@ class AnalyzeMoveRequest(proto.Message):
24262426
organization to reparent the target resource.
24272427
The analysis will be performed against
24282428
hypothetically moving the resource to this
2429-
specified desitination parent. This can only be
2430-
a folder number (such as "folders/123") or an
2429+
specified destination parent. This can only be a
2430+
folder number (such as "folders/123") or an
24312431
organization number (such as
24322432
"organizations/123").
24332433
view (google.cloud.asset_v1.types.AnalyzeMoveRequest.AnalysisView):

packages/google-cloud-asset/google/cloud/asset_v1/types/assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ class IamPolicySearchResult(proto.Message):
12851285
IAM policy is set on a resource (like VM instance, Cloud
12861286
Storage bucket), the project field will indicate the project
12871287
that contains the resource. If an IAM policy is set on a
1288-
folder or orgnization, this field will be empty.
1288+
folder or organization, this field will be empty.
12891289
12901290
To search against the ``project``:
12911291

packages/google-cloud-asset/google/cloud/asset_v1p1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.30.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1p1beta1/services/asset_service/async_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from google.api_core.client_options import ClientOptions
3636
from google.auth import credentials as ga_credentials # type: ignore
3737
from google.oauth2 import service_account # type: ignore
38+
import google.protobuf
3839

3940
from google.cloud.asset_v1p1beta1 import gapic_version as package_version
4041

@@ -602,5 +603,8 @@ async def __aexit__(self, exc_type, exc, tb):
602603
gapic_version=package_version.__version__
603604
)
604605

606+
if hasattr(DEFAULT_CLIENT_INFO, "protobuf_runtime_version"): # pragma: NO COVER
607+
DEFAULT_CLIENT_INFO.protobuf_runtime_version = google.protobuf.__version__
608+
605609

606610
__all__ = ("AssetServiceAsyncClient",)

0 commit comments

Comments
 (0)