Skip to content

Commit

Permalink
chore(internal/gapicgen): stop bq/storage/v1alpha2 gen (#4088)
Browse files Browse the repository at this point in the history
chore(internal/gapicgen): add manifest entry for pubsublite manual
  • Loading branch information
noahdietz committed May 12, 2021
1 parent aebf043 commit 80b9422
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -201,6 +201,7 @@ var microgenGapicConfigs = []*microgenConfig{
gRPCServiceConfigPath: "google/cloud/bigquery/storage/v1alpha2/bigquerystorage_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/bigquery/storage/v1alpha2/bigquerystorage_v1alpha2.yaml",
releaseLevel: "alpha",
stopGeneration: true,
},
{
inputDirectoryPath: "google/cloud/bigquery/storage/v1beta1",
Expand Down
9 changes: 9 additions & 0 deletions internal/gapicgen/generator/gapics.go
Expand Up @@ -454,6 +454,15 @@ var manualEntries = []manifestEntry{
ReleaseLevel: "ga",
LibraryType: GapicManualLibraryType,
},
{
DistributionName: "cloud.google.com/go/pubsublite",
Description: "Cloud PubSub Lite",
Language: "Go",
ClientLibraryType: "manual",
DocsURL: "https://cloud.google.com/go/docs/reference/cloud.google.com/go/pubsublite/latest",
ReleaseLevel: "beta",
LibraryType: GapicManualLibraryType,
},
}

// manifest writes a manifest file with info about all of the confs.
Expand Down

0 comments on commit 80b9422

Please sign in to comment.