Skip to content

Commit

Permalink
feat: added helper methods for long running operations, IAM, and loca…
Browse files Browse the repository at this point in the history
…tions

docs: clarified that vpcConnector shortname is only returned if the connector is in the same project as the function
docs: applied general style guide updates to descriptions

PiperOrigin-RevId: 530688922
  • Loading branch information
Google APIs authored and Copybara-Service committed May 9, 2023
1 parent c515b17 commit a540c8a
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 99 deletions.
8 changes: 7 additions & 1 deletion google/cloud/functions/v1/BUILD.bazel
Expand Up @@ -45,6 +45,8 @@ proto_library_with_info(
deps = [
":functions_proto",
"//google/cloud:common_resources_proto",
"//google/cloud/location:location_proto",
"//google/iam/v1:iam_policy_proto",
],
)

Expand Down Expand Up @@ -79,13 +81,15 @@ java_gapic_library(
rest_numeric_enums = True,
service_yaml = "cloudfunctions_v1.yaml",
test_deps = [
":functions_java_grpc",
"//google/cloud/location:location_java_grpc",
"//google/iam/v1:iam_java_grpc",
":functions_java_grpc",
],
transport = "grpc+rest",
deps = [
":functions_java_proto",
"//google/api:api_java_proto",
"//google/cloud/location:location_java_proto",
"//google/iam/v1:iam_java_proto",
],
)
Expand Down Expand Up @@ -147,6 +151,7 @@ go_gapic_library(
transport = "grpc+rest",
deps = [
":functions_go_proto",
"//google/cloud/location:location_go_proto",
"//google/iam/v1:iam_go_proto",
"//google/longrunning:longrunning_go_proto",
"@com_google_cloud_go_longrunning//:go_default_library",
Expand Down Expand Up @@ -241,6 +246,7 @@ php_gapic_library(
name = "functions_php_gapic",
srcs = [":functions_proto_with_info"],
grpc_service_config = "functions_grpc_service_config.json",
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
rest_numeric_enums = True,
service_yaml = "cloudfunctions_v1.yaml",
transport = "grpc+rest",
Expand Down
3 changes: 3 additions & 0 deletions google/cloud/functions/v1/cloudfunctions_v1.yaml
Expand Up @@ -5,6 +5,9 @@ title: Cloud Functions API

apis:
- name: google.cloud.functions.v1.CloudFunctionsService
- name: google.cloud.location.Locations
- name: google.iam.v1.IAMPolicy
- name: google.longrunning.Operations

types:
- name: google.cloud.functions.v1.OperationMetadataV1
Expand Down

0 comments on commit a540c8a

Please sign in to comment.