Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
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
6 changes: 3 additions & 3 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ deep-preserve-regex:

deep-copy-regex:
- source: "/google/cloud/video/livestream//(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/$1/proto-google-cloud-livestream-$1/src"
dest: "/owl-bot-staging/$1/proto-google-cloud-live-stream-$1/src"
- source: "/google/cloud/video/livestream//(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-livestream-$1/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-live-stream-$1/src"
- source: "/google/cloud/video/livestream//(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-livestream/src"
dest: "/owl-bot-staging/$1/google-cloud-live-stream/src"
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -q -DskipTests=true

export NAME=google-cloud-livestream
export NAME=google-cloud-live-stream
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -q -DskipTests=true

export NAME=google-cloud-livestream
export NAME=google-cloud-live-stream
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# cloud RAD generation
Expand Down
4 changes: 2 additions & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"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",
"client_documentation": "https://googleapis.dev/java/google-cloud-live-stream/latest/index.html",
"release_level": "preview",
"transport": "grpc",
"language": "java",
"repo": "googleapis/java-video-live-stream",
"repo_short": "java-video-live-stream",
"distribution_name": "com.google.cloud:google-cloud-livestream",
"distribution_name": "com.google.cloud:google-cloud-live-stream",
"api_id": "livestream.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ If you are using Maven, add this to your pom.xml file:
```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream</artifactId>
<artifactId>google-cloud-live-stream</artifactId>
<version>0.0.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-livestream:0.0.0'
implementation 'com.google.cloud:google-cloud-live-stream:0.0.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-livestream" % "0.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.0.0"
```

## Authentication
Expand All @@ -58,8 +58,8 @@ You will need to [enable billing][enable-billing] to use Google Live Stream API.

### Installation and setup

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.
You'll need to obtain the `google-cloud-live-stream` library. See the [Quickstart](#quickstart) section
to add `google-cloud-live-stream` as a dependency in your code.

## About Live Stream API

Expand Down Expand Up @@ -164,7 +164,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/
[javadocs]: https://googleapis.dev/java/google-cloud-livestream/latest/index.html
[javadocs]: https://googleapis.dev/java/google-cloud-live-stream/latest/index.html
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java8.svg
Expand All @@ -176,8 +176,8 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-livestream.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-livestream&core=gav
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-live-stream.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-live-stream&core=gav
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,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>
<artifactId>google-cloud-livestream-bom</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream-bom</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -64,18 +64,18 @@
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-livestream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-livestream-v1:current} -->
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-livestream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-livestream-v1:current} -->
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
<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>
<artifactId>google-cloud-livestream</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<packaging>jar</packaging>
<name>Google Cloud Live Stream</name>
<url>https://github.com/googleapis/java-video-live-stream</url>
<description>Cloud Live Stream 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.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream-parent</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream-parent</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-livestream</site.installationModule>
<site.installationModule>google-cloud-live-stream</site.installationModule>
</properties>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
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.api.grpc</groupId>
<artifactId>grpc-google-cloud-livestream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-livestream-v1:current} -->
<name>grpc-google-cloud-livestream-v1</name>
<description>GRPC library for google-cloud-livestream</description>
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
<name>grpc-google-cloud-live-stream-v1</name>
<description>GRPC library for google-cloud-live-stream</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream-parent</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream-parent</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</parent>

<profiles>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<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>
<artifactId>google-cloud-livestream-parent</artifactId>
<artifactId>google-cloud-live-stream-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<name>Google Cloud Live Stream Parent</name>
<url>https://github.com/googleapis/java-video-live-stream</url>
<description>
Expand Down Expand Up @@ -61,25 +61,25 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-livestream-parent</site.installationModule>
<site.installationModule>google-cloud-live-stream-parent</site.installationModule>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-livestream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-livestream-v1:current} -->
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-livestream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-livestream-v1:current} -->
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -110,10 +110,10 @@
</build>

<modules>
<module>google-cloud-livestream</module>
<module>grpc-google-cloud-livestream-v1</module>
<module>proto-google-cloud-livestream-v1</module>
<module>google-cloud-livestream-bom</module>
<module>google-cloud-live-stream</module>
<module>grpc-google-cloud-live-stream-v1</module>
<module>proto-google-cloud-live-stream-v1</module>
<module>google-cloud-live-stream-bom</module>
</modules>

<reporting>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
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.api.grpc</groupId>
<artifactId>proto-google-cloud-livestream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-livestream-v1:current} -->
<name>proto-google-cloud-livestream-v1</name>
<description>Proto library for google-cloud-livestream</description>
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
<name>proto-google-cloud-live-stream-v1</name>
<description>Proto library for google-cloud-live-stream</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream-parent</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
<artifactId>google-cloud-live-stream-parent</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-livestream",
"^com.google.cloud:google-cloud-live-stream",
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- [START _install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream</artifactId>
<artifactId>google-cloud-live-stream</artifactId>
<version>0.0.0</version>
</dependency>
<!-- [END _install_without_bom] -->
Expand Down
4 changes: 2 additions & 2 deletions samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</properties>

<dependencies>
<!-- {x-version-update-start:google-cloud-livestream:current} -->
<!-- {x-version-update-start:google-cloud-live-stream:current} -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream</artifactId>
<artifactId>google-cloud-live-stream</artifactId>
<version>0.1.0</version>
</dependency>
<!-- {x-version-update-end} -->
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- TODO: switch to libraries-bom after this artifact is included -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-livestream</artifactId>
<artifactId>google-cloud-live-stream</artifactId>
<version>0.0.0</version>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-livestream:0.1.0:0.1.0
proto-google-cloud-livestream-v1:0.1.0:0.1.0
grpc-google-cloud-livestream-v1:0.1.0:0.1.0
google-cloud-live-stream:0.1.0:0.1.0
proto-google-cloud-live-stream-v1:0.1.0:0.1.0
grpc-google-cloud-live-stream-v1:0.1.0:0.1.0