Commit graph

109 commits

Author SHA1 Message Date
Google APIs
3021374c68 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 766242721
2025-06-02 10:16:35 -07:00
Google APIs
0508422394 docs: fix typos in documentation
PiperOrigin-RevId: 755486613
2025-05-06 12:57:49 -07:00
Google APIs
261895f1d8 feat: A new message ResourceOwners is added
feat: A new value `REMOVE_GRANT` is added to enum `MethodType`
feat: A new value `GOVERN_TAGS` is added to enum `MethodType`
feat: A new message `AssetEnrichment` is added
feat: A new field `enrichments` is added to message `.google.cloud.asset.v1.ResourceSearchResult`
docs: A comment for field `service_account_impersonation_analysis` in message `.google.cloud.asset.v1.AnalyzeIamPolicyResponse` is changed
docs: A comment for field `consolidated_policy` in message `.google.cloud.asset.v1.AnalyzeOrgPoliciesResponse` is changed
docs: A comment for field `policy_bundle` in message `.google.cloud.asset.v1.AnalyzeOrgPoliciesResponse` is changed
docs: A comment for field `policy_bundle` in message `.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse` is changed
docs: A comment for field `policy_bundle` in message `.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse` is changed
docs: A comment for field `attached_resource` in message `.google.cloud.asset.v1.EffectiveTagDetails` is changed

PiperOrigin-RevId: 750916403
2025-04-24 02:45:50 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
651af4b02f chore(python): Update build rule for //google/cloud/orgpolicy/v1:orgpolicy-v1-py to prepare for release
chore(python): Remove moved_proto_library and py_grpc_library rules which are unused

PiperOrigin-RevId: 711497369
2025-01-02 12:41:34 -08:00
Google APIs
af75aa9200 chore(python): Update build rule for //google/identity/accesscontextmanager/v1:identity-accesscontextmanager-v1-py to prepare for release
chore(python): Add build for //google/identity/accesscontextmanager/v1:accesscontextmanager_py_proto to prepare for release
chore(python): Comment out build for //google/identity/accesscontextmanager/v1:accesscontextmanager_py_gapic which is currently not used

PiperOrigin-RevId: 710069242
2024-12-27 08:31:54 -08:00
Google APIs
c27097ea63 docs: Comments are clarified for certain fields in messages QueryAssetsResponse and ResourceSearchResult
PiperOrigin-RevId: 673500457
2024-09-11 12:53:22 -07:00
Google APIs
76ffdb2287 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
PiperOrigin-RevId: 672632836
2024-09-09 12:26:01 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
a585563caf feat: add tag key id support
docs: add tagKeyIds example for ResourceSearchResult.tags

PiperOrigin-RevId: 619997195
2024-03-28 11:12:46 -07:00
Google APIs
ba8609ab4c docs: Minor comment updates
PiperOrigin-RevId: 617427819
2024-03-20 01:10:22 -07:00
Google APIs
324b281768 feat: Add asset_type field to GovernedIamPolicy and GovernedResource
feat: Add `effective_tags` field to `GovernedResource`
feat: Add fields `project`, `folders`, `organization` and `effective_tags` to `GovernedContainer`
feat: Add fields `project`, `folders` and `organization` to `OrgPolicyResult`
feat: Add field `condition_evaluation` to `AnalyzerOrgPolicy.Rule`
docs: Update comment for rpc `AnalyzeOrgPolicyGovernedAssets` to include additional canned constraints

PiperOrigin-RevId: 612934037
2024-03-05 12:36:42 -08:00
Google APIs
89faaa8d01 fix: retry configuration for IngestAsset
PiperOrigin-RevId: 606688712
2024-02-13 11:22:25 -08:00
Google APIs
e3b2f14793 docs: updated comments
chore: update copyright year

PiperOrigin-RevId: 604682846
2024-02-06 10:03:49 -08:00
Google APIs
4795a45759 feat: migrate samples to new surface
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
da09f4c505 feat: added new resource references to fields in AnalyzeMoveRequest
docs: updated comments
chore: removed backend configuration from service config

PiperOrigin-RevId: 590982722
2023-12-14 10:30:32 -08:00
Google APIs
7c4e4b5236 build: update Node.js generator to compile protos
PiperOrigin-RevId: 582493526
2023-11-14 17:44:09 -08:00
Google APIs
1a3ea87492 feat: add support for directly attached and effective tags
docs: clarify comments for tags and effective tags

Clients can search resources filtered by effective tags and start to use the new `tags` field instead of old `tag_key`, `tag_value`, `tag_value_id` fields to access directly attached tags.

PiperOrigin-RevId: 567554529
2023-09-22 01:36:13 -07:00
Google APIs
bd3fbf4776 chore: Update Ruby generator to v0.24.0
PiperOrigin-RevId: 545994894
2023-07-06 08:23:49 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
be8c6cd96b feat: add new client surface for GA php clients
PiperOrigin-RevId: 534898708
2023-05-24 10:38:49 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
6f5d107aad chore(python): Add google.cloud.osconfig.v1 as a proto-plus dependency for google/cloud/asset/v1
PiperOrigin-RevId: 523506983
2023-04-11 14:37:14 -07:00
Google APIs
fb446a2f9b feat: Add client library support for AssetService v1 AnalyzeOrgPolicies API
feat: Add client library support for AssetService v1 AnalyzeOrgPolicyGovernedContainers API
feat: Add client library support for AssetService v1 AnalyzeOrgPolicyGovernedAssets API

PiperOrigin-RevId: 520696122
2023-03-30 11:30:51 -07:00
Google APIs
42ba7e6302 chore(deps): Update gapic-generator-java to 2.15.3
PiperOrigin-RevId: 516900470
2023-03-15 12:39:28 -07:00
Google APIs
b5b457107d fix: Add service_yaml_parameters to java_gapic_library targets
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
c35b98606b feat: Add appropriate mixin clients
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617 fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
7a702a989d feat: enable "rest" transport in Python for services supporting numeric enums
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
5a226be4e3 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502338808
2023-01-16 03:01:09 -08:00
Google APIs
49f575833a docs: Brand and typo fixes
feat: Policy Analyzer for Organization Policy is publicly available

PiperOrigin-RevId: 501667569
2023-01-12 14:27:54 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
9247e23c08 docs: Small change for documentation
PiperOrigin-RevId: 490314741
2022-11-22 13:00:11 -08:00
Google APIs
0cbcc59360 docs: Small change for documentation
PiperOrigin-RevId: 490109215
2022-11-21 17:22:23 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
7b5a467b97 feat: add a new searchable field kmsKeys
fix: deprecate searchable field kmsKey

PiperOrigin-RevId: 479103182
2022-10-05 11:51:02 -07:00
Google APIs
7428dad9f6 feat: Add client library support for AssetService v1 SavedQuery APIs
Committer: jeffreyai@

PiperOrigin-RevId: 475366952
2022-09-19 13:12:22 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
cfa1b3782d chore: remove unused proto imports
PiperOrigin-RevId: 468735472
2022-08-19 10:41:57 -07:00
Google APIs
4bda29977c feat: Add client library support for AssetService v1 BatchGetEffectiveIamPolicies API
Committer: haochunzhang@

PiperOrigin-RevId: 468010360
2022-08-16 13:31:41 -07:00
Google APIs
80d630f734 feat: Release of query system
Committer: lvv@

PiperOrigin-RevId: 466748663
2022-08-10 11:47:19 -07:00
Google APIs
63c73fb06e feat: Add client library support for AssetService v1 BatchGetEffectiveIamPolicies API
Committer: haochunzhang@

PiperOrigin-RevId: 466134014
2022-08-08 13:35:54 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
8a251f5225 feat: Enable REST transport for most of Java and Go clients
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
d42026b7a0 chore: include generated samples dir
PiperOrigin-RevId: 454047209
2022-06-09 17:15:44 -07:00