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

Commit 0dd3b10

Browse files
authored
feat: update livestream naming (#24)
1 parent d4904ca commit 0dd3b10

File tree

16 files changed

+61
-61
lines changed

16 files changed

+61
-61
lines changed

.github/.OwlBot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ deep-preserve-regex:
2525

2626
deep-copy-regex:
2727
- source: "/google/cloud/video/livestream//(v.*)/.*-java/proto-google-.*/src"
28-
dest: "/owl-bot-staging/$1/proto-google-cloud-livestream-$1/src"
28+
dest: "/owl-bot-staging/$1/proto-google-cloud-live-stream-$1/src"
2929
- source: "/google/cloud/video/livestream//(v.*)/.*-java/grpc-google-.*/src"
30-
dest: "/owl-bot-staging/$1/grpc-google-cloud-livestream-$1/src"
30+
dest: "/owl-bot-staging/$1/grpc-google-cloud-live-stream-$1/src"
3131
- source: "/google/cloud/video/livestream//(v.*)/.*-java/gapic-google-.*/src"
32-
dest: "/owl-bot-staging/$1/google-cloud-livestream/src"
32+
dest: "/owl-bot-staging/$1/google-cloud-live-stream/src"

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
3333
# compile all packages
3434
mvn clean install -B -q -DskipTests=true
3535

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

3939
# build the docs

.kokoro/release/publish_javadoc11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
3333
# compile all packages
3434
mvn clean install -B -q -DskipTests=true
3535

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

3939
# cloud RAD generation

.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name_pretty": "Live Stream API",
44
"product_documentation": "https://cloud.google.com/livestream/",
55
"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.",
6-
"client_documentation": "https://googleapis.dev/java/google-cloud-livestream/latest/index.html",
6+
"client_documentation": "https://googleapis.dev/java/google-cloud-live-stream/latest/index.html",
77
"release_level": "preview",
88
"transport": "grpc",
99
"language": "java",
1010
"repo": "googleapis/java-video-live-stream",
1111
"repo_short": "java-video-live-stream",
12-
"distribution_name": "com.google.cloud:google-cloud-livestream",
12+
"distribution_name": "com.google.cloud:google-cloud-live-stream",
1313
"api_id": "livestream.googleapis.com",
1414
"library_type": "GAPIC_AUTO",
1515
"requires_billing": true

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ If you are using Maven, add this to your pom.xml file:
2121
```xml
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
24-
<artifactId>google-cloud-livestream</artifactId>
24+
<artifactId>google-cloud-live-stream</artifactId>
2525
<version>0.0.0</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-livestream:0.0.0'
32+
implementation 'com.google.cloud:google-cloud-live-stream:0.0.0'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

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

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

5959
### Installation and setup
6060

61-
You'll need to obtain the `google-cloud-livestream` library. See the [Quickstart](#quickstart) section
62-
to add `google-cloud-livestream` as a dependency in your code.
61+
You'll need to obtain the `google-cloud-live-stream` library. See the [Quickstart](#quickstart) section
62+
to add `google-cloud-live-stream` as a dependency in your code.
6363

6464
## About Live Stream API
6565

@@ -164,7 +164,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
164164
Java is a registered trademark of Oracle and/or its affiliates.
165165

166166
[product-docs]: https://cloud.google.com/livestream/
167-
[javadocs]: https://googleapis.dev/java/google-cloud-livestream/latest/index.html
167+
[javadocs]: https://googleapis.dev/java/google-cloud-live-stream/latest/index.html
168168
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java7.svg
169169
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java7.html
170170
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java8.svg
@@ -176,8 +176,8 @@ Java is a registered trademark of Oracle and/or its affiliates.
176176
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java11.svg
177177
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-video-live-stream/java11.html
178178
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
179-
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-livestream.svg
180-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-livestream&core=gav
179+
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-live-stream.svg
180+
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-live-stream&core=gav
181181
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
182182
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
183183
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-livestream-bom/pom.xml renamed to google-cloud-live-stream-bom/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>google-cloud-livestream-bom</artifactId>
6-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
5+
<artifactId>google-cloud-live-stream-bom</artifactId>
6+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -64,18 +64,18 @@
6464
<dependencies>
6565
<dependency>
6666
<groupId>com.google.cloud</groupId>
67-
<artifactId>google-cloud-livestream</artifactId>
68-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
67+
<artifactId>google-cloud-live-stream</artifactId>
68+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.api.grpc</groupId>
72-
<artifactId>grpc-google-cloud-livestream-v1</artifactId>
73-
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-livestream-v1:current} -->
72+
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
73+
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
7474
</dependency>
7575
<dependency>
7676
<groupId>com.google.api.grpc</groupId>
77-
<artifactId>proto-google-cloud-livestream-v1</artifactId>
78-
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-livestream-v1:current} -->
77+
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
78+
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
7979
</dependency>
8080
</dependencies>
8181
</dependencyManagement>

google-cloud-livestream/pom.xml renamed to google-cloud-live-stream/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>google-cloud-livestream</artifactId>
6-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
5+
<artifactId>google-cloud-live-stream</artifactId>
6+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Live Stream</name>
99
<url>https://github.com/googleapis/java-video-live-stream</url>
1010
<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>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
13-
<artifactId>google-cloud-livestream-parent</artifactId>
14-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
13+
<artifactId>google-cloud-live-stream-parent</artifactId>
14+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
1515
</parent>
1616
<properties>
17-
<site.installationModule>google-cloud-livestream</site.installationModule>
17+
<site.installationModule>google-cloud-live-stream</site.installationModule>
1818
</properties>
1919

2020
<profiles>

grpc-google-cloud-livestream-v1/pom.xml renamed to grpc-google-cloud-live-stream-v1/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
6-
<artifactId>grpc-google-cloud-livestream-v1</artifactId>
7-
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-livestream-v1:current} -->
8-
<name>grpc-google-cloud-livestream-v1</name>
9-
<description>GRPC library for google-cloud-livestream</description>
6+
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
7+
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
8+
<name>grpc-google-cloud-live-stream-v1</name>
9+
<description>GRPC library for google-cloud-live-stream</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
12-
<artifactId>google-cloud-livestream-parent</artifactId>
13-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
12+
<artifactId>google-cloud-live-stream-parent</artifactId>
13+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
1414
</parent>
1515

1616
<profiles>

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>google-cloud-livestream-parent</artifactId>
5+
<artifactId>google-cloud-live-stream-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
7+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
88
<name>Google Cloud Live Stream Parent</name>
99
<url>https://github.com/googleapis/java-video-live-stream</url>
1010
<description>
@@ -61,25 +61,25 @@
6161
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6262
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6363
<github.global.server>github</github.global.server>
64-
<site.installationModule>google-cloud-livestream-parent</site.installationModule>
64+
<site.installationModule>google-cloud-live-stream-parent</site.installationModule>
6565
</properties>
6666

6767
<dependencyManagement>
6868
<dependencies>
6969
<dependency>
7070
<groupId>com.google.cloud</groupId>
71-
<artifactId>google-cloud-livestream</artifactId>
72-
<version>0.1.0</version><!-- {x-version-update:google-cloud-livestream:current} -->
71+
<artifactId>google-cloud-live-stream</artifactId>
72+
<version>0.1.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.api.grpc</groupId>
76-
<artifactId>grpc-google-cloud-livestream-v1</artifactId>
77-
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-livestream-v1:current} -->
76+
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
77+
<version>0.1.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.api.grpc</groupId>
81-
<artifactId>proto-google-cloud-livestream-v1</artifactId>
82-
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-livestream-v1:current} -->
81+
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
82+
<version>0.1.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
8383
</dependency>
8484

8585
<dependency>
@@ -110,10 +110,10 @@
110110
</build>
111111

112112
<modules>
113-
<module>google-cloud-livestream</module>
114-
<module>grpc-google-cloud-livestream-v1</module>
115-
<module>proto-google-cloud-livestream-v1</module>
116-
<module>google-cloud-livestream-bom</module>
113+
<module>google-cloud-live-stream</module>
114+
<module>grpc-google-cloud-live-stream-v1</module>
115+
<module>proto-google-cloud-live-stream-v1</module>
116+
<module>google-cloud-live-stream-bom</module>
117117
</modules>
118118

119119
<reporting>

0 commit comments

Comments
 (0)