diff --git a/librarian.yaml b/librarian.yaml index e15d9948ad80..4a43a1bfe9bd 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -821,7 +821,6 @@ libraries: apis: - path: google/cloud/eventarc/publishing/v1 copyright_year: "2026" - skip_generate: true nodejs: default_version: v1 client_documentation_override: https://googleapis.dev/nodejs/publishing/latest/ diff --git a/packages/google-cloud-eventarc-publishing/.OwlBot.yaml b/packages/google-cloud-eventarc-publishing/.OwlBot.yaml deleted file mode 100644 index d5bfb4f7ef47..000000000000 --- a/packages/google-cloud-eventarc-publishing/.OwlBot.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2025 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -deep-copy-regex: - - source: /google/cloud/eventarc/publishing/google-cloud-eventarc-publishing-nodejs - dest: /owl-bot-staging/google-cloud-eventarc-publishing - -api-name: publishing \ No newline at end of file diff --git a/packages/google-cloud-eventarc-publishing/.repo-metadata.json b/packages/google-cloud-eventarc-publishing/.repo-metadata.json index 734274b1fcb2..94d4cbfdb4db 100644 --- a/packages/google-cloud-eventarc-publishing/.repo-metadata.json +++ b/packages/google-cloud-eventarc-publishing/.repo-metadata.json @@ -1,16 +1,15 @@ { - "name": "publishing", - "api_shortname": "eventarcpublishing", - "name_pretty": "Eventarc Publishing API", - "product_documentation": "https://cloud.google.com/eventarc", - "client_documentation": "https://googleapis.dev/nodejs/publishing/latest/", - "issue_tracker": "https://issuetracker.google.com/savedsearches/5972217", - "release_level": "stable", - "language": "nodejs", - "repo": "googleapis/google-cloud-node", - "distribution_name": "@google-cloud/eventarc-publishing", - "api_id": "eventarcpublishing.googleapis.com", - "default_version": "v1", - "requires_billing": true, - "library_type": "GAPIC_AUTO" -} + "api_description": "Processes events generated by an event provider and delivers them to a\nsubscriber.", + "api_id": "eventarcpublishing.googleapis.com", + "api_shortname": "eventarcpublishing", + "client_documentation": "https://googleapis.dev/nodejs/publishing/latest/", + "default_version": "v1", + "distribution_name": "@google-cloud/eventarc-publishing", + "language": "nodejs", + "library_type": "GAPIC_AUTO", + "name": "eventarcpublishing", + "name_pretty": "Eventarc Publishing", + "product_documentation": "https://cloud.google.com/eventarc/docs", + "release_level": "stable", + "repo": "googleapis/google-cloud-node" +} \ No newline at end of file diff --git a/packages/google-cloud-eventarc-publishing/protos/spec.json b/packages/google-cloud-eventarc-publishing/protos/spec.json deleted file mode 100644 index 509e3dd32ad1..000000000000 --- a/packages/google-cloud-eventarc-publishing/protos/spec.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "nested": { - "io": { - "nested": { - "cloudevents": { - "nested": { - "v1": { - "options": { - "go_package": "cloudevents.io/genproto/v1", - "java_package": "io.cloudevents.v1.proto", - "java_multiple_files": true, - "php_namespace": "Io\\CloudEvents\\V1\\Proto", - "ruby_package": "Io::CloudEvents::V1::Proto" - }, - "nested": { - "CloudEvent": { - "oneofs": { - "data": { - "oneof": [ - "binaryData", - "textData", - "protoData" - ] - } - }, - "fields": { - "id": { - "type": "string", - "id": 1 - }, - "source": { - "type": "string", - "id": 2 - }, - "specVersion": { - "type": "string", - "id": 3 - }, - "type": { - "type": "string", - "id": 4 - }, - "attributes": { - "keyType": "string", - "type": "CloudEventAttributeValue", - "id": 5 - }, - "binaryData": { - "type": "bytes", - "id": 6 - }, - "textData": { - "type": "string", - "id": 7 - }, - "protoData": { - "type": "google.protobuf.Any", - "id": 8 - } - }, - "nested": { - "CloudEventAttributeValue": { - "oneofs": { - "attr": { - "oneof": [ - "ceBoolean", - "ceInteger", - "ceString", - "ceBytes", - "ceUri", - "ceUriRef", - "ceTimestamp" - ] - } - }, - "fields": { - "ceBoolean": { - "type": "bool", - "id": 1 - }, - "ceInteger": { - "type": "int32", - "id": 2 - }, - "ceString": { - "type": "string", - "id": 3 - }, - "ceBytes": { - "type": "bytes", - "id": 4 - }, - "ceUri": { - "type": "string", - "id": 5 - }, - "ceUriRef": { - "type": "string", - "id": 6 - }, - "ceTimestamp": { - "type": "google.protobuf.Timestamp", - "id": 7 - } - } - } - } - } - } - } - } - } - } - }, - "google": { - "nested": { - "protobuf": { - "nested": { - "Any": { - "fields": { - "type_url": { - "type": "string", - "id": 1 - }, - "value": { - "type": "bytes", - "id": 2 - } - } - }, - "Timestamp": { - "fields": { - "seconds": { - "type": "int64", - "id": 1 - }, - "nanos": { - "type": "int32", - "id": 2 - } - } - } - } - } - } - } - } -} \ No newline at end of file