Skip to content

Commit

Permalink
chore(all): auto-regenerate .pb.go files (#1175)
Browse files Browse the repository at this point in the history
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.


There is no corresponding google-cloud-go PR.

Changes:

docs: Updated additional documentation link for field `annotations` in message `.google.rpc.context.AttributeContext` docs: Clarified that field `metadata` in `google.rpc.ErrorInfo` should be lowerCamelCase feat: Improved support for multiple `google.rpc.BadRequest.FieldViolation` errors
  Added `reason` and `localized_messsage` fields to `google.rpc.BadRequest.FieldViolation`. This allows each violation to have a machine readable identifier and error message that is safe to return to the API consumer.
  
  PiperOrigin-RevId: 707591563
  Source-Link: https://togithub.com/googleapis/googleapis/commit/f4b02617cbc3db919fa05c5ad782ef211dd90889

feat: support cross-bucket replication
  PiperOrigin-RevId: 707205525
  Source-Link: https://togithub.com/googleapis/googleapis/commit/67495ab130490fec112841715649b86a7d335e6a

feat: A new resource pattern value `projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}` added to the resource definition `contactcenterinsights.googleapis.com/Conversation` feat: A new field `agent_type` is added to message `.google.cloud.contactcenterinsights.v1.Conversation` feat: A new resource pattern value `projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}/analyses/{analysis}` added to the resource definition `contactcenterinsights.googleapis.com/Analysis` feat: A new resource pattern value `projects/{project}/locations/{location}/authorizedViewSets/{authorized_view_set}/authorizedViews/{authorized_view}/conversations/{conversation}/feedbackLabels/{feedback_label}` added to the resource definition `contactcenterinsights.googleapis.com/FeedbackLabel`
  PiperOrigin-RevId: 707203752
  Source-Link: https://togithub.com/googleapis/googleapis/commit/5546362a78d82f8307eb1af4b2ac178a90cd9271

chore: remove cc_enable_arenas
  PiperOrigin-RevId: 707196851
  Source-Link: https://togithub.com/googleapis/googleapis/commit/fe65f4537e88a73f916133c86401c20a1ae0b7e8

chore: fix C++ build
  PiperOrigin-RevId: 707192310
  Source-Link: https://togithub.com/googleapis/googleapis/commit/83422e73d4056e9055268f9a912f0c1ebfb32b56

feat: StreamingSynthesize now supports opus
  PiperOrigin-RevId: 707168599
  Source-Link: https://togithub.com/googleapis/googleapis/commit/d985436b77cfd0231bb170014e4eadc19392d3ff

chore: update the retry policies for multiple methods
  PiperOrigin-RevId: 707161627
  Source-Link: https://togithub.com/googleapis/googleapis/commit/92a92baba4108d7a239ab48865df6d0f84f08f8b

chore(python): Add build rule for //google/rpc:rpc-py to prepare for release chore: Add build rule for //google/rpc:http_proto to prepare for release chore(python): Add build rule for //google/rpc:http_py_proto to prepare for release
  PiperOrigin-RevId: 707115605
  Source-Link: https://togithub.com/googleapis/googleapis/commit/bc87a7e1978ce8a14bd1c9ffcfbb310f62d5b8ce

docs: fix markdown reference in `TagTemplate.is_publicly_readable` comment
  PiperOrigin-RevId: 707113206
  Source-Link: https://togithub.com/googleapis/googleapis/commit/b82d9bc55c22ab930f09fa945df389b1f68e438a

fix(deps): Update the Java code generator (gapic-generator-java) to 2.51.0
  PiperOrigin-RevId: 707054998
  Source-Link: https://togithub.com/googleapis/googleapis/commit/ea947de5d1fca3a75723d993815827e835aed7cf

feat: Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) feat: Exposing FreeInstanceMetadata in Instance configuration (to define the metadata related to FREE instance type) feat: Exposing storage_limit_per_processing_unit in InstanceConfig feat: Exposing QuorumType in InstanceConfig feat: Exposing FreeInstanceAvailability in InstanceConfig docs: A comment for method `ListInstanceConfigs` in service `InstanceAdmin` is changed docs: A comment for method `CreateInstanceConfig` in service `InstanceAdmin` is changed docs: A comment for method `UpdateInstanceConfig` in service `InstanceAdmin` is changed docs: A comment for method `ListInstanceConfigOperations` in service `InstanceAdmin` is changed docs: A comment for method `CreateInstance` in service `InstanceAdmin` is changed docs: A comment for method `UpdateInstance` in service `InstanceAdmin` is changed docs: A comment for method `CreateInstancePartition` in service `InstanceAdmin` is changed docs: A comment for method `UpdateInstancePartition` in service `InstanceAdmin` is changed docs: A comment for method `ListInstancePartitionOperations` in service `InstanceAdmin` is changed docs: A comment for method `MoveInstance` in service `InstanceAdmin` is changed docs: A comment for field `location` in message `.google.spanner.admin.instance.v1.ReplicaInfo` is changed docs: A comment for enum value `GOOGLE_MANAGED` in enum `Type` is changed docs: A comment for enum value `USER_MANAGED` in enum `Type` is changed docs: A comment for field `replicas` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed docs: A comment for field `optional_replicas` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed docs: A comment for field `base_config` in message `.google.spanner.admin.instance.v1.InstanceConfig` is changed docs: A comment for field `storage_utilization_percent` in message `.google.spanner.admin.instance.v1.AutoscalingConfig` is changed docs: A comment for enum `DefaultBackupScheduleType` is changed docs: A comment for enum value `NONE` in enum `DefaultBackupScheduleType` is changed docs: A comment for enum value `AUTOMATIC` in enum `DefaultBackupScheduleType` is changed docs: A comment for field `node_count` in message `.google.spanner.admin.instance.v1.Instance` is changed docs: A comment for field `processing_units` in message `.google.spanner.admin.instance.v1.Instance` is changed docs: A comment for field `default_backup_schedule_type` in message `.google.spanner.admin.instance.v1.Instance` is changed docs: A comment for message `CreateInstanceConfigRequest` is changed docs: A comment for field `instance_config` in message `.google.spanner.admin.instance.v1.CreateInstanceConfigRequest` is changed docs: A comment for message `UpdateInstanceConfigRequest` is changed docs: A comment for message `DeleteInstanceConfigRequest` is changed docs: A comment for field `filter` in message `.google.spanner.admin.instance.v1.ListInstanceConfigOperationsRequest` is changed docs: A comment for field `operations` in message `.google.spanner.admin.instance.v1.ListInstanceConfigOperationsResponse` is changed docs: A comment for field `node_count` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed docs: A comment for field `processing_units` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed docs: A comment for field `referencing_backups` in message `.google.spanner.admin.instance.v1.InstancePartition` is changed docs: A comment for field `parent` in message `.google.spanner.admin.instance.v1.ListInstancePartitionsRequest` is changed docs: A comment for field `unreachable` in message `.google.spanner.admin.instance.v1.ListInstancePartitionsResponse` is changed docs: A comment for field `filter` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest` is changed docs: A comment for field `instance_partition_deadline` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest` is changed docs: A comment for field `operations` in message `.google.spanner.admin.instance.v1.ListInstancePartitionOperationsResponse` is changed
  PiperOrigin-RevId: 706945550
  Source-Link: https://togithub.com/googleapis/googleapis/commit/3db0452ba6b45012794e61640ea6eadd7153af74

feat: add a new thought field in content proto
  PiperOrigin-RevId: 706910026
  Source-Link: https://togithub.com/googleapis/googleapis/commit/09a5a3f91d25aa36547d1c53156515cb5abfbbb0

docs: code documentation improvements
  PiperOrigin-RevId: 706891520
  Source-Link: https://togithub.com/googleapis/googleapis/commit/edbf799d8a0c77a7a7316fc1db062e0edbebcd98

chore(python): Add build rule for //google/longrunning:operations-py to prepare for release
  PiperOrigin-RevId: 706889032
  Source-Link: https://togithub.com/googleapis/googleapis/commit/42f85a600ad8c8610f2849c7bfd8fb4e27978083

chore(python): Add build rule for //gapic/metadata:metadata-py to prepare for release chore(python): Remove moved_proto_library and py_grpc_library rules which are unused
  PiperOrigin-RevId: 706864764
  Source-Link: https://togithub.com/googleapis/googleapis/commit/57df4bcc85a8a6e9c893f36a0d0ff3487313b92c

chore(python): Add build rule for //google/logging/type:logging-type-py to prepare for release chore(python): Remove moved_proto_library and py_grpc_library rules which are unused
  PiperOrigin-RevId: 706832497
  Source-Link: https://togithub.com/googleapis/googleapis/commit/bb7263d2e6f9f51630852e2e6bf7aaa8fb5bae06

chore(python): Add build rule for //google/cloud:extended-operations-py to prepare for release
  PiperOrigin-RevId: 706771978
  Source-Link: https://togithub.com/googleapis/googleapis/commit/902a7aa56d433f97305974c4384c33cbc10d364f

chore(python): Add build rule for //google/api:api-py to prepare for release
  PiperOrigin-RevId: 706771961
  Source-Link: https://togithub.com/googleapis/googleapis/commit/be83776bba1471ebf91133919b90423ffec77188

chore(python): Add build rule for //google/rpc/context:rpc-context-py to prepare for release chore(python): Remove moved_proto_library which is unused
  PiperOrigin-RevId: 706771943
  Source-Link: https://togithub.com/googleapis/googleapis/commit/4f09c3ebf1a611c0afe85cffc3e45a81c3dcafe6

chore(python): Add build rule for //google/cloud/location:location-py to prepare for release chore(python): Remove moved_proto_library and py_grpc_library rules which are unused
  PiperOrigin-RevId: 706721330
  Source-Link: https://togithub.com/googleapis/googleapis/commit/8a5dedc9b6c33394633a4ab8cdd7b4d42d460139

chore(python): Add build rule for //google/type:type-py to prepare for release
  PiperOrigin-RevId: 706697389
  Source-Link: https://togithub.com/googleapis/googleapis/commit/62556d0b89deb99aa4348ecbb5948cec4b58f132

feat: added SqlCondition in AlertPolicy feat: added PrometheusQueryLanguageCondition.disable_metric_validation feat: deprecated QueryTimeSeries (MQL query endpoint) feat: added TimeSeries.description for input only docs: TimeSeries.unit allows limited updating by CreateTimeSeries docs: ServiceLevelObjective.goal must be <= 0.9999 docs: ServiceAgentAuthentication supports generating an OAuth token
  For more information about the status of MQL, see the [MQL deprecation notice](https://cloud.google.com/stackdriver/docs/deprecations/mql).
  
  PiperOrigin-RevId: 706010293
  Source-Link: https://togithub.com/googleapis/googleapis/commit/f4eff5440fd07389f820d22d2a55690c6390dc6d

feat: add new fields for delivering intermediate transcriptions through PubSub
  PiperOrigin-RevId: 705999588
  Source-Link: https://togithub.com/googleapis/googleapis/commit/35c27e3dff6a232c9c83014c677cf353c3a8aaf5

feat: add new fields for delivering intermediate transcriptions through PubSub
  PiperOrigin-RevId: 705962694
  Source-Link: https://togithub.com/googleapis/googleapis/commit/d140b5109f2abfe1ad4205c4a791cf16f09036c2

feat: change go gapic transport to grpc+rest in logging
  PiperOrigin-RevId: 705927066
  Source-Link: https://togithub.com/googleapis/googleapis/commit/8a3158a2deb927097d01f617116229018bc14771

build: update to latest version of disco-to-proto3-converter
  PiperOrigin-RevId: 705912489
  Source-Link: https://togithub.com/googleapis/googleapis/commit/56e9b1a68762db0574e4b991c4e78b6d787b1580

build: include struct.proto dependency to handle Value/Struct/Any (#972)
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/a74ef25c9fa9fb2f0160ef6e55f58a1e90415a1a

feat: Update Compute Engine API to revision 20241201 (#971)
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/7d0c6bee2517d77635beb2a1dd6d6e7d4d943512

chore(python): Update build rules for google/shopping/merchant/reviews/v1beta to prepare for release
  PiperOrigin-RevId: 705456988
  Source-Link: https://togithub.com/googleapis/googleapis/commit/f17e0aa970506b47d0552574ea7f57a440aa71f2

build: update to latest version of disco-to-proto3-converter
  PiperOrigin-RevId: 705308252
  Source-Link: https://togithub.com/googleapis/googleapis/commit/d1695384cf03b73ed0d14bdf3c664be82eb5f42a

feat: Add support for opt-in debug logging fix: Fix typing issue with gRPC metadata when key ends in -bin chore: Update gapic-generator-python to v1.21.0
  PiperOrigin-RevId: 705285820
  Source-Link: https://togithub.com/googleapis/googleapis/commit/f9b8b9150f7fcd600b0acaeef91236b1843f5e49

feat: added annotations docs: Service Account is a required field fix: Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Deployment` fix: Changed field behavior for an existing field `service_account` in message `.google.cloud.config.v1.Preview`
  PiperOrigin-RevId: 705212738
  Source-Link: https://togithub.com/googleapis/googleapis/commit/c46c4ec72b13fe2d32d1c8fb878419562b54c031

feat: add LLM parser proto to API
  PiperOrigin-RevId: 705199740
  Source-Link: https://togithub.com/googleapis/googleapis/commit/2f81f777e4f021e82bea5212ce4baf7cbf194a0e

chore(php): set migration_mode to MIGRATING (#967)
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/9845b036264eb5a5107d946d8bb9f29aacbfa9b4

chore: Updated dependency on google-cloud-compute-v1 (#970)
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/d4f6eb78a427998669c15870d5bd4fb74cc3235a

feat: add Tool.GoogleSearch feat: add GenerationConfig.Modality feat: add GenerationConfig.SpeechConfig feat: add GenerationConfig.MediaResolution
  PiperOrigin-RevId: 705158245
  Source-Link: https://togithub.com/googleapis/googleapis/commit/484e441c10e6b8c1a751261030648b56573985e8

chore: update fleetengine yaml
  PiperOrigin-RevId: 705131886
  Source-Link: https://togithub.com/googleapis/googleapis/commit/8e29c7448ea282b8d7e58684529470d3fcb80405

feat: add MoveObject RPC feat: add finalize_time field in Object metadata
  PiperOrigin-RevId: 705127117
  Source-Link: https://togithub.com/googleapis/googleapis/commit/f1ee512e40a844ab4de767159b686175c588a635

feat: add UUID in Spanner TypeCode enum
  PiperOrigin-RevId: 704948401
  Source-Link: https://togithub.com/googleapis/googleapis/commit/d46c6c9a8bf21dc69a19e1251b43aa8b6354a3b7

chore: Fix to internal test mocks to handle mixins with logging configs
  PiperOrigin-RevId: 704933382
  Source-Link: https://togithub.com/googleapis/googleapis/commit/0a5fa897174c9d11de9b6ee99c1ef428387cfd6f

feat: enable FeatureGroup Service Account and IAM methods
  PiperOrigin-RevId: 704910450
  Source-Link: https://togithub.com/googleapis/googleapis/commit/798bd23a97e0c6a2582a4b442c09523b1325b533

chore: update gapic-generator-go to 0.49.3
  PiperOrigin-RevId: 704833201
  Source-Link: https://togithub.com/googleapis/googleapis/commit/d6a178a12c6304cb93e145fed25ecba253d6683a

docs: A comment for field `cpu_count` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed docs: A comment for field `memory_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed docs: A comment for field `db_node_storage_size_gb` in message `.google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties` is changed
  PiperOrigin-RevId: 704818011
  Source-Link: https://togithub.com/googleapis/googleapis/commit/bd2042802bd4bb77f57eb31cec90d4d30a96ec20

chore: fix result object substitution in the nonstandard LRO case
  PiperOrigin-RevId: 704804024
  Source-Link: https://togithub.com/googleapis/googleapis/commit/225fe989d404e0786178b6d0e44786d524c9565f

fix: Add compatibility for PHP 8.4 docs: Add documentation for logger client option
  PiperOrigin-RevId: 704769822
  Source-Link: https://togithub.com/googleapis/googleapis/commit/68e77625374a91c46fe47980209fedd108c756e8

chore: regenerate API index
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/5285c0c32504691588201fd2d8b100c2cab6eca7

feat: Update Compute Engine API to revision 20241201 (#966)
  
  Source-Link: https://togithub.com/googleapis/googleapis/commit/5d5b1bf126485b0e2c972bac41b376438601e266

chore: fix Ruby wrapper gem tests when the corresponding GAPIC has logging features
  PiperOrigin-RevId: 704453456
  Source-Link: https://togithub.com/googleapis/googleapis/commit/4ad6a43440eaaab6f10fddd5e5e044c25e8196bd

docs: correct SearchVehiclesRequest.ordered_by description
  PiperOrigin-RevId: 704403622
  Source-Link: https://togithub.com/googleapis/googleapis/commit/4e78e682efabbe91a3bc62d3ce0213f02524929d

feat(ruby): provide opt-in debug logging
  PiperOrigin-RevId: 704374373
  Source-Link: https://togithub.com/googleapis/googleapis/commit/ac60199b4ddad2d47fbb5645683313ee8eeff4f9

feat: Initial review API publication
  PiperOrigin-RevId: 704296222
  Source-Link: https://togithub.com/googleapis/googleapis/commit/f3c8df7ee195f0053c5dd36c0e5abd4511fe960b

fix!: Changed repeated flag of an existing field `gtin` in message `.google.shopping.merchant.products.v1beta.Attributes` fix!: An existing field `gtin` is moved out of oneof in message `.google.shopping.merchant.products.v1beta.Attributes` docs: A comment for message `ProductInput` is changed docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.ProductInput` is changed docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.DeleteProductInputRequest` is changed docs: A comment for message `Product` is changed docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.Product` is changed docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.GetProductRequest` is changed docs: A comment for field `page_size` in message `.google.shopping.merchant.products.v1beta.ListProductsRequest` is changed docs: A comment for field `gtin` in message `.google.shopping.merchant.products.v1beta.Attributes` is changed docs: A comment for field `tax_category` in message `.google.shopping.merchant.products.v1beta.Attributes` is changed docs: A comment for field `min_handling_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed docs: A comment for field `max_handling_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed docs: A comment for field `min_transit_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed docs: A comment for field `max_transit_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed feat: A new field `member_price_effective_date` is added to message `.google.shopping.merchant.products.v1beta.LoyaltyProgram` feat: A new field `shipping_label` is added to message `.google.shopping.merchant.products.v1beta.LoyaltyProgram`
  PiperOrigin-RevId: 704281512
  Source-Link: https://togithub.com/googleapis/googleapis/commit/0f1beb9507162a4cbe3a2b1437922a6289ae5f24

feat: Add missing field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto docs: Update field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto There are unrelated changes related to filed annotations, but verified those are in the public dev docs fix!: Changed field behavior for an existing field `update_mask` and `emoji`
  PiperOrigin-RevId: 704249815
  Source-Link: https://togithub.com/googleapis/googleapis/commit/27c0c3c9fb0d9ee17dd3b5fe0329bb9b0d0c2b69

chore: Regen Ruby gkeconnect-gateway wrapper from the v1 protos
  PiperOrigin-RevId: 703639312
  Source-Link: https://togithub.com/googleapis/googleapis/commit/0f3a20ebd29fb1deb2bd1f75c7ba55500d35457d

docs: add examples for kubernetes secret chore: explicitly set fields to field_behavior optional
  PiperOrigin-RevId: 703589766
  Source-Link: https://togithub.com/googleapis/googleapis/commit/22dffa8f690606f58578f478e45172fbf7a06976

feat: A new value `NVIDIA_H100_MEGA_80GB` is added to enum `AcceleratorType`
  PiperOrigin-RevId: 703589133
  Source-Link: https://togithub.com/googleapis/googleapis/commit/593486932bf66d1bd3cac3a1a4f822b37890ee2d

feat: A new field `list_all_versions` to `ListPublisherModelsRequest`
  PiperOrigin-RevId: 703587328
  Source-Link: https://togithub.com/googleapis/googleapis/commit/febe04901ee533e5b68d87a8ede1094e7ce153bd

feat: A new value `NVIDIA_H100_MEGA_80GB` is added to enum `AcceleratorType`
  PiperOrigin-RevId: 703586349
  Source-Link: https://togithub.com/googleapis/googleapis/commit/7f78b7b52ce7a49e48c1bda18b4ee495ef6cd320

chore: Configure google-cloud-memorystore Ruby client
  PiperOrigin-RevId: 703291947
  Source-Link: https://togithub.com/googleapis/googleapis/commit/3be31fed1e19de78da8ae8a7f074ecaae5d1db60

docs: clarify options for logs docs: clarify the custom instance template needs to be in the same project
  PiperOrigin-RevId: 703266926
  Source-Link: https://togithub.com/googleapis/googleapis/commit/3735100771044022d9e57f25fdbf0e67f45a857e
  • Loading branch information
yoshi-automation authored Dec 19, 2024
1 parent 9240e9c commit bd15449
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 53 deletions.
24 changes: 24 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cloud.google.com/go v0.110.2/go.mod h1:k04UEeEtb6ZBRTv3dZz4CeJC3jKGxyhl0sAiVVqux
cloud.google.com/go v0.112.1/go.mod h1:+Vbu+Y1UU+I1rjmzeMOb/8RfkKJK2Gyxi1X6jJCZLo4=
cloud.google.com/go v0.112.2/go.mod h1:iEqjp//KquGIJV/m+Pk3xecgKNhV+ry+vVTsy4TbDms=
cloud.google.com/go v0.115.0/go.mod h1:8jIM5vVgoAEoiVxQ/O4BFTfHqulPZgs/ufEzMcFMdWU=
cloud.google.com/go v0.116.0/go.mod h1:cEPSRWPzZEswwdr9BxE6ChEn01dWlTaF05LiC2Xs70U=
cloud.google.com/go/auth v0.3.0/go.mod h1:lBv6NKTWp8E3LPzmO1TbiiRKc4drLOfHsgmlH9ogv5w=
cloud.google.com/go/auth v0.4.1/go.mod h1:QVBuVEKpCn4Zp58hzRGvL0tjRGU0YqdRTdCHM1IHnro=
cloud.google.com/go/auth v0.5.1/go.mod h1:vbZT8GjzDf3AVqCcQmqeeM32U9HBFc32vVVAbwDsa6s=
Expand All @@ -15,10 +16,13 @@ cloud.google.com/go/auth v0.7.2/go.mod h1:VEc4p5NNxycWQTMQEDQF0bd6aTMb6VgYDXEwiJ
cloud.google.com/go/auth v0.7.3/go.mod h1:HJtWUx1P5eqjy/f6Iq5KeytNpbAcGolPhOgyop2LlzA=
cloud.google.com/go/auth v0.8.0/go.mod h1:qGVp/Y3kDRSDZ5gFD/XPUfYQ9xW1iI7q8RIRoCyBbJc=
cloud.google.com/go/auth v0.9.0/go.mod h1:2HsApZBr9zGZhC9QAXsYVYaWk8kNUt37uny+XVKi7wM=
cloud.google.com/go/auth v0.9.4/go.mod h1:SHia8n6//Ya940F1rLimhJCjjx7KE17t0ctFEci3HkA=
cloud.google.com/go/auth v0.9.9/go.mod h1:xxA5AqpDrvS+Gkmo9RqrGGRh6WSNKKOXhY3zNOr38tI=
cloud.google.com/go/auth v0.12.1/go.mod h1:BFMu+TNpF3DmvfBO9ClqTR/SiqVIm7LukKF9mbendF4=
cloud.google.com/go/auth/oauth2adapt v0.2.2/go.mod h1:wcYjgpZI9+Yu7LyYBg4pqSiaRkfEK3GQcpb7C/uyF1Q=
cloud.google.com/go/auth/oauth2adapt v0.2.3/go.mod h1:tMQXOfZzFuNuUxOypHlQEXgdfX5cuhwU+ffUuXRJE8I=
cloud.google.com/go/auth/oauth2adapt v0.2.4/go.mod h1:jC/jOpwFP6JBxhB3P5Rr0a9HLMC/Pe3eaL4NmdvqPtc=
cloud.google.com/go/auth/oauth2adapt v0.2.6/go.mod h1:AlmsELtlEBnaNTL7jCj8VQFLy6mbZv0s4Q7NGBeQ5E8=
cloud.google.com/go/compute v1.14.0/go.mod h1:YfLtxrj9sU4Yxv+sXzZkyPjEyPBZfXHUvjxega5vAdo=
cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs=
cloud.google.com/go/compute v1.19.1/go.mod h1:6ylj3a05WF8leseCdIf77NK0g1ey+nj5IKd5/kvShxE=
Expand All @@ -44,6 +48,7 @@ cloud.google.com/go/iam v1.1.6/go.mod h1:O0zxdPeGBoFdWW3HWmBxJsk0pfvNM/p/qa82rWO
cloud.google.com/go/iam v1.1.7/go.mod h1:J4PMPg8TtyurAUvSmPj8FF3EDgY1SPRZxcUGrn7WXGA=
cloud.google.com/go/iam v1.1.8/go.mod h1:GvE6lyMmfxXauzNq8NbgJbeVQNspG+tcdL/W8QO1+zE=
cloud.google.com/go/iam v1.1.12/go.mod h1:9LDX8J7dN5YRyzVHxwQzrQs9opFFqn0Mxs9nAeB+Hhg=
cloud.google.com/go/iam v1.2.2/go.mod h1:0Ys8ccaZHdI1dEUilwzqng/6ps2YB6vRsjIe00/+6JY=
cloud.google.com/go/longrunning v0.4.2/go.mod h1:OHrnaYyLUV6oqwh0xiS7e5sLQhP1m0QU9R+WhGDMgIQ=
cloud.google.com/go/longrunning v0.5.6/go.mod h1:vUaDrWYOMKRuhiv6JBnn49YxCPz2Ayn9GqyjaBT8/mA=
cloud.google.com/go/recaptchaenterprise v1.3.1 h1:u6EznTGzIdsyOsvm+Xkw0aSuKFXQlyjGE9a4exk6iNQ=
Expand Down Expand Up @@ -161,6 +166,7 @@ github.com/googleapis/gax-go/v2 v2.12.3/go.mod h1:AKloxT6GtNbaLm8QTNSidHUVsHYcBH
github.com/googleapis/gax-go/v2 v2.12.4/go.mod h1:KYEYLorsnIGDi/rPC8b5TdlB9kbKoFubselGIoBMCwI=
github.com/googleapis/gax-go/v2 v2.12.5/go.mod h1:BUDKcWo+RaKq5SC9vVYL0wLADa3VcfswbOMMRmB9H3E=
github.com/googleapis/gax-go/v2 v2.13.0/go.mod h1:Z/fvTZXF8/uw7Xu5GuslPw+bplx6SS338j1Is2S+B7A=
github.com/googleapis/gax-go/v2 v2.14.0/go.mod h1:lhBCnjdLrWRaPvLWhmc8IS24m9mr07qSYnHncrgo+zk=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w=
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
Expand Down Expand Up @@ -232,6 +238,9 @@ golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5D
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
Expand Down Expand Up @@ -276,6 +285,7 @@ golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbht
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand All @@ -286,6 +296,8 @@ golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
Expand All @@ -302,6 +314,7 @@ golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE=
golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457/go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand All @@ -316,6 +329,7 @@ golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0=
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
Expand All @@ -327,6 +341,7 @@ golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
Expand Down Expand Up @@ -366,6 +381,8 @@ google.golang.org/api v0.189.0/go.mod h1:FLWGJKb0hb+pU2j+rJqwbnsF+ym+fQs73rbJ+KA
google.golang.org/api v0.191.0/go.mod h1:tD5dsFGxFza0hnQveGfVk9QQYKcfp+VzgRqyXFxE0+E=
google.golang.org/api v0.193.0/go.mod h1:Po3YMV1XZx+mTku3cfJrlIYR03wiGrCOsdpC67hjZvw=
google.golang.org/api v0.203.0/go.mod h1:BuOVyCSYEPwJb3npWvDnNmFI92f3GeRnHNkETneT3SI=
google.golang.org/api v0.205.0/go.mod h1:NrK1EMqO8Xk6l6QwRAmrXXg2v6dzukhlOyvkYtnvUuc=
google.golang.org/api v0.211.0/go.mod h1:XOloB4MXFH4UTlQSGuNUxw0UT74qdENK8d6JNsXKLi0=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
Expand All @@ -382,6 +399,7 @@ google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80/go.mod h1:cc8bqMqt
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014/go.mod h1:xEgQu1e4stdSSsxPDK8Azkrk/ECl5HvdPf6nbZrTS5M=
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9/go.mod h1:mqHbVIp48Muh7Ywss/AD6I5kNVKZMmAa/QEW58Gxp2s=
google.golang.org/genproto v0.0.0-20240528184218-531527333157/go.mod h1:ubQlAQnzejB8uZzszhrTCU2Fyp6Vi7ZE5nn0c3W8+qQ=
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697/go.mod h1:JJrvXBWRZaFMxBufik1a4RpFw4HhgVtBBWQeQgUj2cc=
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80/go.mod h1:4jWUdICTdgc3Ibxmr8nAJiiLHwQBY0UI0XZcEMaFKaA=
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:5iCWqnniDlqZHrd3neWVTOwvh/v6s3232omMecelax8=
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c/go.mod h1:VQW3tUculP/D4B+xVCo+VgSq8As6wA9ZjHl//pmk+6s=
Expand All @@ -393,13 +411,16 @@ google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8/go.
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157/go.mod h1:99sLkeliLXfdj2J75X3Ho+rrVCaJze0uwN7zDDkjPVU=
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117/go.mod h1:OimBR/bc1wPO9iV4NC2bpyjy3VnAwZh5EBPQdtaE5oo=
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d/go.mod h1:mw8MG/Qz5wfgYr6VqVCiZcHe/GJEfI+oGGDCohaVgB0=
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:dguCy7UOdZhTvLzDyt15+rOrawrpM4q7DD9dQ1P11P4=
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697/go.mod h1:+D9ySVjN8nY8YCVjc5O7PZDIdZporIDY3KaGfJunh88=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:ylj+BE99M198VPbBh6A8d9n3w8fChvyLK3wwBOjXBFA=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240311132316-a219d84964c2/go.mod h1:vh/N7795ftP0AkN1w8XKqN4w1OdUKXW5Eummda+ofv8=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240318140521-94a12d6c2237/go.mod h1:IN9OQUXZ0xT+26MDwZL8fJcYw+y99b0eYPA2U15Jt8o=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240429193739-8cf5692501f6/go.mod h1:ULqtoQMxDLNRfW+pJbKA68wtIy1OiYjdIsJs3PMpzh8=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240722135656-d784300faade/go.mod h1:5/MT647Cn/GGhwTpXC7QqcaR5Cnee4v4MKCU1/nwnIQ=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240730163845-b1a4ccb954bf/go.mod h1:5/MT647Cn/GGhwTpXC7QqcaR5Cnee4v4MKCU1/nwnIQ=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240814211410-ddb44dafa142/go.mod h1:gQizMG9jZ0L2ADJaM+JdZV4yTCON/CQpnHRPoM+54w4=
google.golang.org/genproto/googleapis/bytestream v0.0.0-20241206012308-a4fef0638583/go.mod h1:qUsLYwbwz5ostUWtuFuXPlHmSJodC5NI/88ZlHj4M1o=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:H4O17MA/PE9BsGx3w+a+W2VOLLD1Qf7oJneAoU6WktY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2/go.mod h1:UCOku4NytXMJuLQE5VuqA5lX3PcHCBo8pxNyvkf4xBs=
Expand All @@ -413,6 +434,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117/go.
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28/go.mod h1:GX3210XPVPUjJbTUbvwI8f2IpZDMZuPJWDzDuebbviI=
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697/go.mod h1:5uTbfoYQed2U9p3KIj2/Zzm02PYhndfdmML0qC3q3FU=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
Expand Down Expand Up @@ -447,6 +470,7 @@ google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.1/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions googleapis/rpc/context/audit_context.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd15449

Please sign in to comment.