Skip to content

Commit 7eaa0d1

Browse files
authored
feat(workflows/executions): start generating apiv1beta (#2800)
1 parent 0e39665 commit 7eaa0d1

File tree

5 files changed

+513
-0
lines changed

5 files changed

+513
-0
lines changed

internal/.repo-metadata-full.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,5 +846,13 @@
846846
"client_library_type": "generated",
847847
"docs_url": "https://pkg.go.dev/cloud.google.com/go/workflows/apiv1beta",
848848
"release_level": "beta"
849+
},
850+
"cloud.google.com/go/workflows/executions/apiv1beta": {
851+
"distribution_name": "cloud.google.com/go/workflows/executions/apiv1beta",
852+
"description": "",
853+
"language": "Go",
854+
"client_library_type": "generated",
855+
"docs_url": "https://pkg.go.dev/cloud.google.com/go/workflows/executions/apiv1beta",
856+
"release_level": "beta"
849857
}
850858
}

internal/gapicgen/generator/config.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,14 @@ var microgenGapicConfigs = []*microgenConfig{
784784
apiServiceConfigPath: "google/cloud/workflows/v1beta/workflows_gapic.yaml",
785785
releaseLevel: "beta",
786786
},
787+
{
788+
inputDirectoryPath: "google/cloud/workflows/executions/v1beta",
789+
pkg: "executions",
790+
importPath: "cloud.google.com/go/workflows/executions/apiv1beta",
791+
gRPCServiceConfigPath: "google/cloud/workflows/executions/v1beta/executions_grpc_service_config.json",
792+
apiServiceConfigPath: "google/cloud/workflows/executions/v1beta/executions_gapic.yaml",
793+
releaseLevel: "beta",
794+
},
787795

788796
// Non-Cloud APIs
789797
{

workflows/executions/apiv1beta/doc.go

Lines changed: 102 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)