Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions src/google/events/cloud/apihub/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# -*- coding: utf-8 -*-
# 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.
#
from google.events.cloud.apihub import gapic_version as package_version

__version__ = package_version.__version__



from google.events.cloud.apihub_v1.types.data import Api
from google.events.cloud.apihub_v1.types.data import ApiEventData
from google.events.cloud.apihub_v1.types.data import ApiHubInstance
from google.events.cloud.apihub_v1.types.data import ApiHubInstanceEventData
from google.events.cloud.apihub_v1.types.data import Attribute
from google.events.cloud.apihub_v1.types.data import AttributeEventData
from google.events.cloud.apihub_v1.types.data import AttributeValues
from google.events.cloud.apihub_v1.types.data import Dependency
from google.events.cloud.apihub_v1.types.data import DependencyEntityReference
from google.events.cloud.apihub_v1.types.data import DependencyErrorDetail
from google.events.cloud.apihub_v1.types.data import DependencyEventData
from google.events.cloud.apihub_v1.types.data import Deployment
from google.events.cloud.apihub_v1.types.data import DeploymentEventData
from google.events.cloud.apihub_v1.types.data import Documentation
from google.events.cloud.apihub_v1.types.data import ExternalApi
from google.events.cloud.apihub_v1.types.data import ExternalApiEventData
from google.events.cloud.apihub_v1.types.data import HostProjectRegistration
from google.events.cloud.apihub_v1.types.data import HostProjectRegistrationEventData
from google.events.cloud.apihub_v1.types.data import Issue
from google.events.cloud.apihub_v1.types.data import LintResponse
from google.events.cloud.apihub_v1.types.data import OpenApiSpecDetails
from google.events.cloud.apihub_v1.types.data import Owner
from google.events.cloud.apihub_v1.types.data import Point
from google.events.cloud.apihub_v1.types.data import Range
from google.events.cloud.apihub_v1.types.data import RuntimeProjectAttachment
from google.events.cloud.apihub_v1.types.data import RuntimeProjectAttachmentEventData
from google.events.cloud.apihub_v1.types.data import Spec
from google.events.cloud.apihub_v1.types.data import SpecContents
from google.events.cloud.apihub_v1.types.data import SpecDetails
from google.events.cloud.apihub_v1.types.data import SpecEventData
from google.events.cloud.apihub_v1.types.data import Version
from google.events.cloud.apihub_v1.types.data import VersionEventData
from google.events.cloud.apihub_v1.types.data import Linter
from google.events.cloud.apihub_v1.types.data import LintState
from google.events.cloud.apihub_v1.types.data import Severity

__all__ = ('Api',
'ApiEventData',
'ApiHubInstance',
'ApiHubInstanceEventData',
'Attribute',
'AttributeEventData',
'AttributeValues',
'Dependency',
'DependencyEntityReference',
'DependencyErrorDetail',
'DependencyEventData',
'Deployment',
'DeploymentEventData',
'Documentation',
'ExternalApi',
'ExternalApiEventData',
'HostProjectRegistration',
'HostProjectRegistrationEventData',
'Issue',
'LintResponse',
'OpenApiSpecDetails',
'Owner',
'Point',
'Range',
'RuntimeProjectAttachment',
'RuntimeProjectAttachmentEventData',
'Spec',
'SpecContents',
'SpecDetails',
'SpecEventData',
'Version',
'VersionEventData',
'Linter',
'LintState',
'Severity',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/apihub/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# 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.
#
__version__ = "0.0.0" # {x-release-please-version}
2 changes: 2 additions & 0 deletions src/google/events/cloud/apihub/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Marker file for PEP 561.
# The google-events-cloud-apihub package uses inline types.
94 changes: 94 additions & 0 deletions src/google/events/cloud/apihub_v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# -*- coding: utf-8 -*-
# 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.
#
from google.events.cloud.apihub_v1 import gapic_version as package_version

__version__ = package_version.__version__



from .types.data import Api
from .types.data import ApiEventData
from .types.data import ApiHubInstance
from .types.data import ApiHubInstanceEventData
from .types.data import Attribute
from .types.data import AttributeEventData
from .types.data import AttributeValues
from .types.data import Dependency
from .types.data import DependencyEntityReference
from .types.data import DependencyErrorDetail
from .types.data import DependencyEventData
from .types.data import Deployment
from .types.data import DeploymentEventData
from .types.data import Documentation
from .types.data import ExternalApi
from .types.data import ExternalApiEventData
from .types.data import HostProjectRegistration
from .types.data import HostProjectRegistrationEventData
from .types.data import Issue
from .types.data import LintResponse
from .types.data import OpenApiSpecDetails
from .types.data import Owner
from .types.data import Point
from .types.data import Range
from .types.data import RuntimeProjectAttachment
from .types.data import RuntimeProjectAttachmentEventData
from .types.data import Spec
from .types.data import SpecContents
from .types.data import SpecDetails
from .types.data import SpecEventData
from .types.data import Version
from .types.data import VersionEventData
from .types.data import Linter
from .types.data import LintState
from .types.data import Severity

__all__ = (
'Api',
'ApiEventData',
'ApiHubInstance',
'ApiHubInstanceEventData',
'Attribute',
'AttributeEventData',
'AttributeValues',
'Dependency',
'DependencyEntityReference',
'DependencyErrorDetail',
'DependencyEventData',
'Deployment',
'DeploymentEventData',
'Documentation',
'ExternalApi',
'ExternalApiEventData',
'HostProjectRegistration',
'HostProjectRegistrationEventData',
'Issue',
'LintResponse',
'LintState',
'Linter',
'OpenApiSpecDetails',
'Owner',
'Point',
'Range',
'RuntimeProjectAttachment',
'RuntimeProjectAttachmentEventData',
'Severity',
'Spec',
'SpecContents',
'SpecDetails',
'SpecEventData',
'Version',
'VersionEventData',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/apihub_v1/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# 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.
#
__version__ = "0.0.0" # {x-release-please-version}
2 changes: 2 additions & 0 deletions src/google/events/cloud/apihub_v1/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Marker file for PEP 561.
# The google-events-cloud-apihub package uses inline types.
15 changes: 15 additions & 0 deletions src/google/events/cloud/apihub_v1/services/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# 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.
#
90 changes: 90 additions & 0 deletions src/google/events/cloud/apihub_v1/types/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# -*- coding: utf-8 -*-
# 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.
#
from .data import (
Api,
ApiEventData,
ApiHubInstance,
ApiHubInstanceEventData,
Attribute,
AttributeEventData,
AttributeValues,
Dependency,
DependencyEntityReference,
DependencyErrorDetail,
DependencyEventData,
Deployment,
DeploymentEventData,
Documentation,
ExternalApi,
ExternalApiEventData,
HostProjectRegistration,
HostProjectRegistrationEventData,
Issue,
LintResponse,
OpenApiSpecDetails,
Owner,
Point,
Range,
RuntimeProjectAttachment,
RuntimeProjectAttachmentEventData,
Spec,
SpecContents,
SpecDetails,
SpecEventData,
Version,
VersionEventData,
Linter,
LintState,
Severity,
)

__all__ = (
'Api',
'ApiEventData',
'ApiHubInstance',
'ApiHubInstanceEventData',
'Attribute',
'AttributeEventData',
'AttributeValues',
'Dependency',
'DependencyEntityReference',
'DependencyErrorDetail',
'DependencyEventData',
'Deployment',
'DeploymentEventData',
'Documentation',
'ExternalApi',
'ExternalApiEventData',
'HostProjectRegistration',
'HostProjectRegistrationEventData',
'Issue',
'LintResponse',
'OpenApiSpecDetails',
'Owner',
'Point',
'Range',
'RuntimeProjectAttachment',
'RuntimeProjectAttachmentEventData',
'Spec',
'SpecContents',
'SpecDetails',
'SpecEventData',
'Version',
'VersionEventData',
'Linter',
'LintState',
'Severity',
)
Loading