-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 383681557 Source-Link: googleapis/googleapis@509489a Source-Link: googleapis/googleapis-gen@9bbe472
- Loading branch information
1 parent
153dbde
commit 3100062
Showing
23 changed files
with
8,354 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
packages/google-cloud-video-transcoder/docs/transcoder_v1/services.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Services for Google Cloud Video Transcoder v1 API | ||
================================================= | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
transcoder_service |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-video-transcoder/docs/transcoder_v1/transcoder_service.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
TranscoderService | ||
----------------------------------- | ||
|
||
.. automodule:: google.cloud.video.transcoder_v1.services.transcoder_service | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.video.transcoder_v1.services.transcoder_service.pagers | ||
:members: | ||
:inherited-members: |
7 changes: 7 additions & 0 deletions
7
packages/google-cloud-video-transcoder/docs/transcoder_v1/types.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Types for Google Cloud Video Transcoder v1 API | ||
============================================== | ||
|
||
.. automodule:: google.cloud.video.transcoder_v1.types | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
packages/google-cloud-video-transcoder/google/cloud/video/transcoder_v1/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2020 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 .services.transcoder_service import TranscoderServiceClient | ||
from .services.transcoder_service import TranscoderServiceAsyncClient | ||
|
||
from .types.resources import AdBreak | ||
from .types.resources import AudioStream | ||
from .types.resources import EditAtom | ||
from .types.resources import ElementaryStream | ||
from .types.resources import Encryption | ||
from .types.resources import Input | ||
from .types.resources import Job | ||
from .types.resources import JobConfig | ||
from .types.resources import JobTemplate | ||
from .types.resources import Manifest | ||
from .types.resources import MuxStream | ||
from .types.resources import Output | ||
from .types.resources import Overlay | ||
from .types.resources import PreprocessingConfig | ||
from .types.resources import PubsubDestination | ||
from .types.resources import SegmentSettings | ||
from .types.resources import SpriteSheet | ||
from .types.resources import TextStream | ||
from .types.resources import VideoStream | ||
from .types.services import CreateJobRequest | ||
from .types.services import CreateJobTemplateRequest | ||
from .types.services import DeleteJobRequest | ||
from .types.services import DeleteJobTemplateRequest | ||
from .types.services import GetJobRequest | ||
from .types.services import GetJobTemplateRequest | ||
from .types.services import ListJobsRequest | ||
from .types.services import ListJobsResponse | ||
from .types.services import ListJobTemplatesRequest | ||
from .types.services import ListJobTemplatesResponse | ||
|
||
__all__ = ( | ||
"TranscoderServiceAsyncClient", | ||
"AdBreak", | ||
"AudioStream", | ||
"CreateJobRequest", | ||
"CreateJobTemplateRequest", | ||
"DeleteJobRequest", | ||
"DeleteJobTemplateRequest", | ||
"EditAtom", | ||
"ElementaryStream", | ||
"Encryption", | ||
"GetJobRequest", | ||
"GetJobTemplateRequest", | ||
"Input", | ||
"Job", | ||
"JobConfig", | ||
"JobTemplate", | ||
"ListJobTemplatesRequest", | ||
"ListJobTemplatesResponse", | ||
"ListJobsRequest", | ||
"ListJobsResponse", | ||
"Manifest", | ||
"MuxStream", | ||
"Output", | ||
"Overlay", | ||
"PreprocessingConfig", | ||
"PubsubDestination", | ||
"SegmentSettings", | ||
"SpriteSheet", | ||
"TextStream", | ||
"TranscoderServiceClient", | ||
"VideoStream", | ||
) |
103 changes: 103 additions & 0 deletions
103
packages/google-cloud-video-transcoder/google/cloud/video/transcoder_v1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.video.transcoder_v1", | ||
"protoPackage": "google.cloud.video.transcoder.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"TranscoderService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "TranscoderServiceClient", | ||
"rpcs": { | ||
"CreateJob": { | ||
"methods": [ | ||
"create_job" | ||
] | ||
}, | ||
"CreateJobTemplate": { | ||
"methods": [ | ||
"create_job_template" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"delete_job" | ||
] | ||
}, | ||
"DeleteJobTemplate": { | ||
"methods": [ | ||
"delete_job_template" | ||
] | ||
}, | ||
"GetJob": { | ||
"methods": [ | ||
"get_job" | ||
] | ||
}, | ||
"GetJobTemplate": { | ||
"methods": [ | ||
"get_job_template" | ||
] | ||
}, | ||
"ListJobTemplates": { | ||
"methods": [ | ||
"list_job_templates" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"list_jobs" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "TranscoderServiceAsyncClient", | ||
"rpcs": { | ||
"CreateJob": { | ||
"methods": [ | ||
"create_job" | ||
] | ||
}, | ||
"CreateJobTemplate": { | ||
"methods": [ | ||
"create_job_template" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"delete_job" | ||
] | ||
}, | ||
"DeleteJobTemplate": { | ||
"methods": [ | ||
"delete_job_template" | ||
] | ||
}, | ||
"GetJob": { | ||
"methods": [ | ||
"get_job" | ||
] | ||
}, | ||
"GetJobTemplate": { | ||
"methods": [ | ||
"get_job_template" | ||
] | ||
}, | ||
"ListJobTemplates": { | ||
"methods": [ | ||
"list_job_templates" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"list_jobs" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
2 changes: 2 additions & 0 deletions
2
packages/google-cloud-video-transcoder/google/cloud/video/transcoder_v1/py.typed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Marker file for PEP 561. | ||
# The google-cloud-video-transcoder package uses inline types. |
15 changes: 15 additions & 0 deletions
15
packages/google-cloud-video-transcoder/google/cloud/video/transcoder_v1/services/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2020 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. | ||
# |
22 changes: 22 additions & 0 deletions
22
...video-transcoder/google/cloud/video/transcoder_v1/services/transcoder_service/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2020 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 .client import TranscoderServiceClient | ||
from .async_client import TranscoderServiceAsyncClient | ||
|
||
__all__ = ( | ||
"TranscoderServiceClient", | ||
"TranscoderServiceAsyncClient", | ||
) |
Oops, something went wrong.