Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat: initial generation
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Feb 1, 2022
1 parent 5077bda commit 515034d
Show file tree
Hide file tree
Showing 108 changed files with 22 additions and 81,047 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
digest: sha256:9669c169d0582f13d6b2d319a43a78fc49f296a883aa48519bd0e5c7d34087c4
digest: sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
6 changes: 3 additions & 3 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ deep-preserve-regex:
- "/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/cloud/video/livestream/(v.*)/.*-java/proto-google-.*/src"
- source: "/google/cloud/video/livestream//(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/$1/proto-google-cloud-livestream-$1/src"
- source: "/google/cloud/video/livestream/(v.*)/.*-java/grpc-google-.*/src"
- source: "/google/cloud/video/livestream//(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-livestream-$1/src"
- source: "/google/cloud/video/livestream/(v.*)/.*-java/gapic-google-.*/src"
- source: "/google/cloud/video/livestream//(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-livestream/src"
2 changes: 1 addition & 1 deletion .github/workflows/approve-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-please')
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v5
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
Expand Down
4 changes: 2 additions & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"api_shortname": "livestream",
"name_pretty": "Cloud Live Stream",
"product_documentation": "https://cloud.google.com/livestream",
"name_pretty": "Live Stream API",
"product_documentation": "https://cloud.google.com/livestream/",
"api_description": "transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.",
"client_documentation": "https://googleapis.dev/java/google-cloud-livestream/latest/index.html",
"release_level": "preview",
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Cloud Live Stream Client for Java
# Google Live Stream API Client for Java

Java idiomatic client for [Cloud Live Stream][product-docs].
Java idiomatic client for [Live Stream API][product-docs].

[![Maven][maven-version-image]][maven-version-link]
![Stability][stability-image]
Expand Down Expand Up @@ -44,14 +44,14 @@ See the [Authentication][authentication] section in the base directory's README.

## Authorization

The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Live Stream APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Live Stream API calls.
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Live Stream API APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Live Stream API API calls.

## Getting Started

### Prerequisites

You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Live Stream [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Cloud Live Stream.
You will need a [Google Cloud Platform Console][developer-console] project with the Live Stream API [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Live Stream API.
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
Expand All @@ -61,13 +61,13 @@ You will need to [enable billing][enable-billing] to use Google Cloud Live Strea
You'll need to obtain the `google-cloud-livestream` library. See the [Quickstart](#quickstart) section
to add `google-cloud-livestream` as a dependency in your code.

## About Cloud Live Stream
## About Live Stream API


[Cloud Live Stream][product-docs] transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.
[Live Stream API][product-docs] transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.

See the [Cloud Live Stream client library docs][javadocs] to learn how to
use this Cloud Live Stream Client Library.
See the [Live Stream API client library docs][javadocs] to learn how to
use this Live Stream API Client Library.



Expand All @@ -80,7 +80,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr

## Transport

Cloud Live Stream uses gRPC for the transport layer.
Live Stream API uses gRPC for the transport layer.

## Supported Java Versions

Expand Down Expand Up @@ -163,7 +163,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

Java is a registered trademark of Oracle and/or its affiliates.

[product-docs]: https://cloud.google.com/livestream
[product-docs]: https://cloud.google.com/livestream/
[javadocs]: https://googleapis.dev/java/google-cloud-livestream/latest/index.html
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-livestream/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-livestream/java7.html
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-livestream-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-livestream/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -108,4 +108,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Loading

0 comments on commit 515034d

Please sign in to comment.