+ * Input only. Specify the `template_id` to use for populating `Job.config`. The default
+ * is `preset/web-hd`.
+ * Preset Transcoder templates:
+ * - `preset/{preset_id}`
+ * - User defined JobTemplate:
+ * `{job_template_id}`
+ *
+ *
+ * string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];
+ *
+ * @return Whether the templateId field is set.
+ */
+ public boolean hasTemplateId() {
+ return jobConfigCase_ == 4;
+ }
/**
*
*
@@ -3159,6 +3178,26 @@ public Builder setOutputUriBytes(com.google.protobuf.ByteString value) {
return this;
}
+ /**
+ *
+ *
+ *
+ * Input only. Specify the `template_id` to use for populating `Job.config`. The default
+ * is `preset/web-hd`.
+ * Preset Transcoder templates:
+ * - `preset/{preset_id}`
+ * - User defined JobTemplate:
+ * `{job_template_id}`
+ *
+ *
+ * string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];
+ *
+ * @return Whether the templateId field is set.
+ */
+ @java.lang.Override
+ public boolean hasTemplateId() {
+ return jobConfigCase_ == 4;
+ }
/**
*
*
diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobOrBuilder.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobOrBuilder.java
index 4cfded5d..4cd614d2 100644
--- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobOrBuilder.java
+++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobOrBuilder.java
@@ -110,6 +110,23 @@ public interface JobOrBuilder
*/
com.google.protobuf.ByteString getOutputUriBytes();
+ /**
+ *
+ *
+ *
+ * Input only. Specify the `template_id` to use for populating `Job.config`. The default
+ * is `preset/web-hd`.
+ * Preset Transcoder templates:
+ * - `preset/{preset_id}`
+ * - User defined JobTemplate:
+ * `{job_template_id}`
+ *
+ *
+ * string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];
+ *
+ * @return Whether the templateId field is set.
+ */
+ boolean hasTemplateId();
/**
*
*
diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheet.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheet.java
index d4972f4e..ef88106b 100644
--- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheet.java
+++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheet.java
@@ -524,6 +524,23 @@ public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder() {
}
public static final int TOTAL_COUNT_FIELD_NUMBER = 9;
+ /**
+ *
+ *
+ * + * Total number of sprites. Create the specified number of sprites + * distributed evenly across the timeline of the output media. The default + * is 100. + *+ * + *
int32 total_count = 9;
+ *
+ * @return Whether the totalCount field is set.
+ */
+ @java.lang.Override
+ public boolean hasTotalCount() {
+ return extractionStrategyCase_ == 9;
+ }
/**
*
*
@@ -1978,6 +1995,22 @@ public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder() {
return endTimeOffsetBuilder_;
}
+ /**
+ *
+ *
+ * + * Total number of sprites. Create the specified number of sprites + * distributed evenly across the timeline of the output media. The default + * is 100. + *+ * + *
int32 total_count = 9;
+ *
+ * @return Whether the totalCount field is set.
+ */
+ public boolean hasTotalCount() {
+ return extractionStrategyCase_ == 9;
+ }
/**
*
*
diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheetOrBuilder.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheetOrBuilder.java
index 979f3a87..96789462 100644
--- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheetOrBuilder.java
+++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/SpriteSheetOrBuilder.java
@@ -215,6 +215,20 @@ public interface SpriteSheetOrBuilder
*/
com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder();
+ /**
+ *
+ *
+ * + * Total number of sprites. Create the specified number of sprites + * distributed evenly across the timeline of the output media. The default + * is 100. + *+ * + *
int32 total_count = 9;
+ *
+ * @return Whether the totalCount field is set.
+ */
+ boolean hasTotalCount();
/**
*
*
diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java
index 13154e56..ae42f00a 100644
--- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java
+++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java
@@ -778,6 +778,22 @@ public boolean getAllowOpenGop() {
}
public static final int GOP_FRAME_COUNT_FIELD_NUMBER = 15;
+ /**
+ *
+ *
+ * + * Select the GOP size based on the specified frame count. Must be greater + * than zero. + *+ * + *
int32 gop_frame_count = 15;
+ *
+ * @return Whether the gopFrameCount field is set.
+ */
+ @java.lang.Override
+ public boolean hasGopFrameCount() {
+ return gopModeCase_ == 15;
+ }
/**
*
*
@@ -2878,6 +2894,21 @@ public Builder clearAllowOpenGop() {
return this;
}
+ /**
+ *
+ *
+ * + * Select the GOP size based on the specified frame count. Must be greater + * than zero. + *+ * + *
int32 gop_frame_count = 15;
+ *
+ * @return Whether the gopFrameCount field is set.
+ */
+ public boolean hasGopFrameCount() {
+ return gopModeCase_ == 15;
+ }
/**
*
*
diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java
index 90900323..09e18117 100644
--- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java
+++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java
@@ -329,6 +329,19 @@ public interface VideoStreamOrBuilder
*/
boolean getAllowOpenGop();
+ /**
+ *
+ *
+ * + * Select the GOP size based on the specified frame count. Must be greater + * than zero. + *+ * + *
int32 gop_frame_count = 15;
+ *
+ * @return Whether the gopFrameCount field is set.
+ */
+ boolean hasGopFrameCount();
/**
*
*
diff --git a/synth.metadata b/synth.metadata
index fb205df1..003e2357 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "d643ba3ccbb17c30042540434554dae5ff74a12c"
+ "sha": "87b37b7466e7a9fd57823a6cf42b3051b6e93adb"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
- "internalRef": "358516065"
+ "sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
+ "internalRef": "359781040"
}
},
{
From 2730e4a50d9dbe5557916ffb7da32bdef178cb33 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot {@code
* try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobsRequest request =
+ * ListJobsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
* while (true) {
* ListJobsResponse response = transcoderServiceClient.listJobsCallable().call(request);
* for (Job element : response.getResponsesList()) {
@@ -800,6 +806,12 @@ public final ListJobTemplatesPagedResponse listJobTemplates(ListJobTemplatesRequ
*
* {@code
* try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobTemplatesRequest request =
+ * ListJobTemplatesRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
* while (true) {
* ListJobTemplatesResponse response =
* transcoderServiceClient.listJobTemplatesCallable().call(request);
diff --git a/google-cloud-video-transcoder/src/test/java/com/google/cloud/video/transcoder/v1beta1/MockTranscoderServiceImpl.java b/google-cloud-video-transcoder/src/test/java/com/google/cloud/video/transcoder/v1beta1/MockTranscoderServiceImpl.java
index 135b1800..a320ab31 100644
--- a/google-cloud-video-transcoder/src/test/java/com/google/cloud/video/transcoder/v1beta1/MockTranscoderServiceImpl.java
+++ b/google-cloud-video-transcoder/src/test/java/com/google/cloud/video/transcoder/v1beta1/MockTranscoderServiceImpl.java
@@ -61,7 +61,7 @@ public void reset() {
@Override
public void createJob(CreateJobRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof Job) {
requests.add(request);
responseObserver.onNext(((Job) response));
@@ -73,13 +73,15 @@ public void createJob(CreateJobRequest request, StreamObserver responseObse
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method CreateJob, expected %s or %s",
- response.getClass().getName(), Job.class.getName(), Exception.class.getName())));
+ response == null ? "null" : response.getClass().getName(),
+ Job.class.getName(),
+ Exception.class.getName())));
}
}
@Override
public void listJobs(ListJobsRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof ListJobsResponse) {
requests.add(request);
responseObserver.onNext(((ListJobsResponse) response));
@@ -91,7 +93,7 @@ public void listJobs(ListJobsRequest request, StreamObserver r
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method ListJobs, expected %s or %s",
- response.getClass().getName(),
+ response == null ? "null" : response.getClass().getName(),
ListJobsResponse.class.getName(),
Exception.class.getName())));
}
@@ -99,7 +101,7 @@ public void listJobs(ListJobsRequest request, StreamObserver r
@Override
public void getJob(GetJobRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof Job) {
requests.add(request);
responseObserver.onNext(((Job) response));
@@ -111,13 +113,15 @@ public void getJob(GetJobRequest request, StreamObserver responseObserver)
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method GetJob, expected %s or %s",
- response.getClass().getName(), Job.class.getName(), Exception.class.getName())));
+ response == null ? "null" : response.getClass().getName(),
+ Job.class.getName(),
+ Exception.class.getName())));
}
}
@Override
public void deleteJob(DeleteJobRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof Empty) {
requests.add(request);
responseObserver.onNext(((Empty) response));
@@ -129,7 +133,7 @@ public void deleteJob(DeleteJobRequest request, StreamObserver responseOb
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method DeleteJob, expected %s or %s",
- response.getClass().getName(),
+ response == null ? "null" : response.getClass().getName(),
Empty.class.getName(),
Exception.class.getName())));
}
@@ -138,7 +142,7 @@ public void deleteJob(DeleteJobRequest request, StreamObserver responseOb
@Override
public void createJobTemplate(
CreateJobTemplateRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof JobTemplate) {
requests.add(request);
responseObserver.onNext(((JobTemplate) response));
@@ -150,7 +154,7 @@ public void createJobTemplate(
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method CreateJobTemplate, expected %s or %s",
- response.getClass().getName(),
+ response == null ? "null" : response.getClass().getName(),
JobTemplate.class.getName(),
Exception.class.getName())));
}
@@ -159,7 +163,7 @@ public void createJobTemplate(
@Override
public void listJobTemplates(
ListJobTemplatesRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof ListJobTemplatesResponse) {
requests.add(request);
responseObserver.onNext(((ListJobTemplatesResponse) response));
@@ -171,7 +175,7 @@ public void listJobTemplates(
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method ListJobTemplates, expected %s or %s",
- response.getClass().getName(),
+ response == null ? "null" : response.getClass().getName(),
ListJobTemplatesResponse.class.getName(),
Exception.class.getName())));
}
@@ -180,7 +184,7 @@ public void listJobTemplates(
@Override
public void getJobTemplate(
GetJobTemplateRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof JobTemplate) {
requests.add(request);
responseObserver.onNext(((JobTemplate) response));
@@ -192,7 +196,7 @@ public void getJobTemplate(
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method GetJobTemplate, expected %s or %s",
- response.getClass().getName(),
+ response == null ? "null" : response.getClass().getName(),
JobTemplate.class.getName(),
Exception.class.getName())));
}
@@ -201,7 +205,7 @@ public void getJobTemplate(
@Override
public void deleteJobTemplate(
DeleteJobTemplateRequest request, StreamObserver responseObserver) {
- Object response = responses.remove();
+ Object response = responses.poll();
if (response instanceof Empty) {
requests.add(request);
responseObserver.onNext(((Empty) response));
@@ -213,7 +217,7 @@ public void deleteJobTemplate(
new IllegalArgumentException(
String.format(
"Unrecognized response type %s for method DeleteJobTemplate, expected %s or %s",
- response.getClass().getName(),
+ response == null ? "null" : response.getClass().getName(),
Empty.class.getName(),
Exception.class.getName())));
}
diff --git a/synth.metadata b/synth.metadata
index 5ddadc0a..ca9f9951 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "edb6c68f7518a97164395acf78c2acc56188bdaf"
+ "sha": "08a5c56dd9ead9985c547d80f881695db63a98f9"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
- "internalRef": "361377784"
+ "sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
+ "internalRef": "362856902"
}
},
{
From a47bb387d6d51a956a4342c87c4d82d46efc6aa9 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Wed, 24 Mar 2021 16:10:09 -0700
Subject: [PATCH 12/52] chore(java): detect sample-secrets in build.sh (#136)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/8fc5f296-2384-40bb-8e2d-4ec67275eee1/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef
---
.kokoro/build.sh | 5 +++++
synth.metadata | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 171320e3..ffefdbcb 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -79,6 +79,11 @@ samples)
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
then
+ for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do
+ [[ -f "$FILE" ]] || continue
+ source "$FILE"
+ done
+
pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
diff --git a/synth.metadata b/synth.metadata
index ca9f9951..18bf55ec 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "08a5c56dd9ead9985c547d80f881695db63a98f9"
+ "sha": "459e38f1807cfc913a67454b4fedb3290a818e46"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
+ "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
}
}
],
From b2f984da4624012b2047eef53c0c075b5b2dd1bc Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Tue, 30 Mar 2021 16:28:04 -0700
Subject: [PATCH 13/52] chore: remove staging bucket v2 (#137)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/81128f7c-8919-49e3-ad04-4808a30efef8/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/572ef8f70edd9041f5bcfa71511aed6aecfc2098
---
.kokoro/release/publish_javadoc.sh | 5 -----
synth.metadata | 4 ++--
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 898140ea..787b3a4f 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then
exit 1
fi
-if [[ -z "${STAGING_BUCKET_V2}" ]]; then
- echo "Need to set STAGING_BUCKET_V2 environment variable"
- exit 1
-fi
-
# work from the git root directory
pushd $(dirname "$0")/../../
diff --git a/synth.metadata b/synth.metadata
index 18bf55ec..494765d5 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "459e38f1807cfc913a67454b4fedb3290a818e46"
+ "sha": "a47bb387d6d51a956a4342c87c4d82d46efc6aa9"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
+ "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
}
}
],
From eeb7ca23b367d2b1b7a6b1345ffb6f910a0f038a Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 9 Apr 2021 19:52:32 +0200
Subject: [PATCH 14/52] chore(deps): update dependency
com.google.cloud.samples:shared-configuration to v1.0.22 (#139)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.google.cloud.samples:shared-configuration | `1.0.21` -> `1.0.22` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
samples/install-without-bom/pom.xml | 2 +-
samples/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 66454e2f..dc273fa2 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
diff --git a/samples/pom.xml b/samples/pom.xml
index e5baf231..2880a741 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -18,7 +18,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 42c0b6ed..5b61f404 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index cff5d138..87826a79 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud.samples
shared-configuration
- 1.0.21
+ 1.0.22
From 46de5c6703ae46a3a6361144df24029d7151ceb5 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 9 Apr 2021 22:40:18 +0200
Subject: [PATCH 15/52] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v0.21.0 (#141)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `0.20.1` -> `0.21.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v0.21.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#0210-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0201v0210-2021-04-09)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.20.1...v0.21.0)
##### Dependencies
- update dependency com.google.auth:google-auth-library-bom to v0.25.0 ([#310](https://www.github.com/googleapis/java-shared-dependencies/issues/310)) ([8f3a0f0](https://www.github.com/googleapis/java-shared-dependencies/commit/8f3a0f002b787f7b27cfe031654fa20bf342f839))
- update dependency com.google.auth:google-auth-library-bom to v0.25.2 ([#311](https://www.github.com/googleapis/java-shared-dependencies/issues/311)) ([6c47a3e](https://www.github.com/googleapis/java-shared-dependencies/commit/6c47a3edbd9da04ba255487a66c0f3a41393217d))
- update dependency com.google.errorprone:error_prone_annotations to v2.6.0 ([#315](https://www.github.com/googleapis/java-shared-dependencies/issues/315)) ([dc254ca](https://www.github.com/googleapis/java-shared-dependencies/commit/dc254ca7359b68fe9411f7b96130ffb416b45c6f))
- update dependency com.google.http-client:google-http-client-bom to v1.39.1 ([#309](https://www.github.com/googleapis/java-shared-dependencies/issues/309)) ([37225e2](https://www.github.com/googleapis/java-shared-dependencies/commit/37225e2d1b32a618765391720b57ff29e7b8f7f9))
- update dependency com.google.http-client:google-http-client-bom to v1.39.2 ([#321](https://www.github.com/googleapis/java-shared-dependencies/issues/321)) ([273c66d](https://www.github.com/googleapis/java-shared-dependencies/commit/273c66d374f7cd6040aac2f302fd1c1dc0f4a1c0))
- update dependency com.google.protobuf:protobuf-bom to v3.15.6 ([#308](https://www.github.com/googleapis/java-shared-dependencies/issues/308)) ([b29dd05](https://www.github.com/googleapis/java-shared-dependencies/commit/b29dd0535f02b56607f64ba69e85d4d468902789))
- update dependency com.google.protobuf:protobuf-bom to v3.15.7 ([#316](https://www.github.com/googleapis/java-shared-dependencies/issues/316)) ([9c00d77](https://www.github.com/googleapis/java-shared-dependencies/commit/9c00d7753c1f7b963deb9ad69dcfe24ba28da5a2))
- update dependency com.google.protobuf:protobuf-bom to v3.15.8 ([#319](https://www.github.com/googleapis/java-shared-dependencies/issues/319)) ([15e5ae2](https://www.github.com/googleapis/java-shared-dependencies/commit/15e5ae2ef46eedcd790ffd8644677d36db5c63f9))
- update dependency io.grpc:grpc-bom to v1.37.0 ([#313](https://www.github.com/googleapis/java-shared-dependencies/issues/313)) ([c599351](https://www.github.com/googleapis/java-shared-dependencies/commit/c5993511c7305e1ced42d73552a93a25dc5e1ac1))
- update gax.version to v1.63.0 ([#318](https://www.github.com/googleapis/java-shared-dependencies/issues/318)) ([ba709da](https://www.github.com/googleapis/java-shared-dependencies/commit/ba709da6fb0e9bcfc83e663588336598737b46e4))
- update google.core.version to v1.94.4 ([#305](https://www.github.com/googleapis/java-shared-dependencies/issues/305)) ([0d38f4c](https://www.github.com/googleapis/java-shared-dependencies/commit/0d38f4c9ffadcfd9446712b8bf0729399b0c9e91))
- update google.core.version to v1.94.5 ([#320](https://www.github.com/googleapis/java-shared-dependencies/issues/320)) ([3439721](https://www.github.com/googleapis/java-shared-dependencies/commit/3439721da83a8b92d9c4b6ecfd158cfb1e1a0503))
- update guava to 30.1.1-android ([#322](https://www.github.com/googleapis/java-shared-dependencies/issues/322)) ([a6b5d3b](https://www.github.com/googleapis/java-shared-dependencies/commit/a6b5d3b8ccfc352bf0d1678952ce3cd8b7a8361e))
- update iam.version to v1.0.11 ([#304](https://www.github.com/googleapis/java-shared-dependencies/issues/304)) ([95a5264](https://www.github.com/googleapis/java-shared-dependencies/commit/95a526442b3d24c83782523d38dd3931e828d757))
##### [0.20.1](https://www.github.com/googleapis/java-shared-dependencies/compare/0.20.0...v0.20.1) (2021-03-09)
##### Dependencies
- update dependency com.fasterxml.jackson:jackson-bom to v2.12.2 ([#301](https://www.github.com/googleapis/java-shared-dependencies/issues/301)) ([7c01eba](https://www.github.com/googleapis/java-shared-dependencies/commit/7c01ebabb6fd65b7404e56651b0ba27f505bb033))
- update dependency com.google.api-client:google-api-client-bom to v1.31.3 ([#295](https://www.github.com/googleapis/java-shared-dependencies/issues/295)) ([a0774e9](https://www.github.com/googleapis/java-shared-dependencies/commit/a0774e9d62d00614142bc4c14214a83dda66d4ad))
- update dependency com.google.api.grpc:grpc-google-iam-v1 to v1.0.10 ([#292](https://www.github.com/googleapis/java-shared-dependencies/issues/292)) ([b629789](https://www.github.com/googleapis/java-shared-dependencies/commit/b629789e3a1cc9a7308b829c034b09b06e24fc07))
- update dependency com.google.auth:google-auth-library-bom to v0.24.1 ([#293](https://www.github.com/googleapis/java-shared-dependencies/issues/293)) ([d85ec34](https://www.github.com/googleapis/java-shared-dependencies/commit/d85ec347ccdd14dfdab10d365d2c2f8df3035e4d))
- update dependency com.google.protobuf:protobuf-bom to v3.15.3 ([#294](https://www.github.com/googleapis/java-shared-dependencies/issues/294)) ([58c01aa](https://www.github.com/googleapis/java-shared-dependencies/commit/58c01aa076e2c4954986185f913bac2c51a1e6fb))
- update dependency com.google.protobuf:protobuf-bom to v3.15.5 ([#302](https://www.github.com/googleapis/java-shared-dependencies/issues/302)) ([e9d5e6e](https://www.github.com/googleapis/java-shared-dependencies/commit/e9d5e6ee6039915da186315ceada673ac37b88d3))
- update google.core.version to v1.94.2 ([#296](https://www.github.com/googleapis/java-shared-dependencies/issues/296)) ([af83b90](https://www.github.com/googleapis/java-shared-dependencies/commit/af83b901be0c03d507189999215d35345602fad7))
- update google.core.version to v1.94.3 ([#300](https://www.github.com/googleapis/java-shared-dependencies/issues/300)) ([3e73176](https://www.github.com/googleapis/java-shared-dependencies/commit/3e73176af0b07dfe621163b301174b5b5820dfa2))
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b68d9324..23b609d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 0.20.1
+ 0.21.0
pom
import
From ffe6dd2319036eed3289c1d3e03b422caa75b471 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Fri, 9 Apr 2021 14:48:09 -0700
Subject: [PATCH 16/52] chore: regenerate README (#142)
This PR was generated using Autosynth. :rainbow:
Log from Synthtool
```
2021-04-09 20:45:22,418 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-transcoder/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-09 20:45:23,642 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
```
Full log will be available here:
https://source.cloud.google.com/results/invocations/85aaf2e2-bf72-420f-b836-494728fefacb/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
---
.github/readme/synth.metadata/synth.metadata | 4 ++--
README.md | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 56e2abce..0f125b09 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "adedcdf1a7b057240a1cd572d263d41610747e60"
+ "sha": "46de5c6703ae46a3a6361144df24029d7151ceb5"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
+ "sha": "1f5e6bc8dc8e3661ee550905fc070e55e1b6cea1"
}
}
]
diff --git a/README.md b/README.md
index 95ac4819..e49ff674 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,12 @@ Java idiomatic client for [Video Transcoder][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]
+
> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.
+
+
## Quickstart
From 7ece9cc87c30169c1c5952271a8c18cd3cfd0bd1 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Mon, 12 Apr 2021 07:24:14 -0700
Subject: [PATCH 17/52] build(java): skip javadoc tests during dependencies
test (#143)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/8f6e266b-71d9-4625-83d9-fd23ffad7a12/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/5b0e1592dd7d70b485e157ea4b3eb1704ecbd015
---
.kokoro/dependencies.sh | 1 +
synth.metadata | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh
index 0fb8c843..59d2aafc 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
-DskipTests=true \
+ -Dmaven.javadoc.skip=true \
-Dclirr.skip=true
mvn -B dependency:analyze -DfailOnWarning=true
diff --git a/synth.metadata b/synth.metadata
index 494765d5..2a8f3b9c 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "a47bb387d6d51a956a4342c87c4d82d46efc6aa9"
+ "sha": "ffe6dd2319036eed3289c1d3e03b422caa75b471"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
+ "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
}
}
],
From 83bbeba898f67a63269028ea206dccc0c7f8bb88 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Mon, 12 Apr 2021 08:10:21 -0700
Subject: [PATCH 18/52] chore: regenerate README (#144)
This PR was generated using Autosynth. :rainbow:
Log from Synthtool
```
2021-04-12 14:30:44,190 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-transcoder/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working tree clean
2021-04-12 14:30:45,584 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.
```
Full log will be available here:
https://source.cloud.google.com/results/invocations/5ca03934-d14d-4058-9096-aefb2a5a4ad0/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
---
.github/readme/synth.metadata/synth.metadata | 4 ++--
README.md | 3 ---
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 0f125b09..8bf2504c 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "46de5c6703ae46a3a6361144df24029d7151ceb5"
+ "sha": "7ece9cc87c30169c1c5952271a8c18cd3cfd0bd1"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "1f5e6bc8dc8e3661ee550905fc070e55e1b6cea1"
+ "sha": "0a071b3460344886297a304253bf924aa68ddb7e"
}
}
]
diff --git a/README.md b/README.md
index e49ff674..95ac4819 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,9 @@ Java idiomatic client for [Video Transcoder][product-docs].
- [Product Documentation][product-docs]
- [Client Library Documentation][javadocs]
-
> Note: This client is a work-in-progress, and may occasionally
> make backwards-incompatible changes.
-
-
## Quickstart
From d49a92e8a5fc08087462fc70cd42486ecf02b903 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Tue, 13 Apr 2021 08:40:23 -0700
Subject: [PATCH 19/52] fix: typo (#145)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/bbb6abc6-0807-42d9-8941-b066ebc86fb5/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/082e1ca0863b13ada8594fe91845380765da5b70
---
.kokoro/build.sh | 2 +-
synth.metadata | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index ffefdbcb..9d97ecd8 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -37,7 +37,7 @@ retry_with_backoff 3 10 \
-Dgcloud.download.skip=true \
-T 1C
-# if GOOGLE_APPLICATION_CREDIENTIALS is specified as a relative path prepend Kokoro root directory onto it
+# if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS})
fi
diff --git a/synth.metadata b/synth.metadata
index 2a8f3b9c..622eab90 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "ffe6dd2319036eed3289c1d3e03b422caa75b471"
+ "sha": "83bbeba898f67a63269028ea206dccc0c7f8bb88"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
+ "sha": "082e1ca0863b13ada8594fe91845380765da5b70"
}
}
],
@@ -45,6 +45,7 @@
".github/readme/synth.py",
".github/release-please.yml",
".github/snippet-bot.yml",
+ ".github/sync-repo-settings.yaml",
".github/trusted-contribution.yml",
".github/workflows/approve-readme.yaml",
".github/workflows/auto-release.yaml",
From 0dab8dcb7a56c0421fe16305b979c002db65a2f2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 14 Apr 2021 23:14:23 +0200
Subject: [PATCH 20/52] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v0.11.1 (#146)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `0.11.0` -> `0.11.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v0.11.1`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#0111-httpswwwgithubcomgoogleapisjava-shared-configcomparev0110v0111-2021-04-14)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.11.0...v0.11.1)
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
google-cloud-video-transcoder-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-video-transcoder-bom/pom.xml b/google-cloud-video-transcoder-bom/pom.xml
index ab09094f..659a10e1 100644
--- a/google-cloud-video-transcoder-bom/pom.xml
+++ b/google-cloud-video-transcoder-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.0
+ 0.11.1
Google Video Transcoder BOM
diff --git a/pom.xml b/pom.xml
index 23b609d0..80c69bf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.0
+ 0.11.1
From 456c7db5bb2ff9de59460d3b44b156f9846d8133 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Thu, 15 Apr 2021 08:34:21 -0700
Subject: [PATCH 21/52] fix: release scripts from issuing overlapping phases
(#147)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/c9eb41f2-e7f0-4c0e-91f8-57b68a8e67a0/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d
---
.kokoro/release/snapshot.sh | 2 +-
.kokoro/release/stage.sh | 2 +-
synth.metadata | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.kokoro/release/snapshot.sh b/.kokoro/release/snapshot.sh
index 098168a7..1f55b770 100755
--- a/.kokoro/release/snapshot.sh
+++ b/.kokoro/release/snapshot.sh
@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
setup_environment_secrets
create_settings_xml_file "settings.xml"
-mvn clean install deploy -B \
+mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DperformRelease=true \
-Dgpg.executable=gpg \
diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh
index 16126d2e..8a103384 100755
--- a/.kokoro/release/stage.sh
+++ b/.kokoro/release/stage.sh
@@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
retry_with_backoff 3 10 \
- mvn clean install deploy -B \
+ mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DskipTests=true \
-DperformRelease=true \
diff --git a/synth.metadata b/synth.metadata
index 622eab90..88325bff 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "83bbeba898f67a63269028ea206dccc0c7f8bb88"
+ "sha": "0dab8dcb7a56c0421fe16305b979c002db65a2f2"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "082e1ca0863b13ada8594fe91845380765da5b70"
+ "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
}
}
],
From 356b515c086946d51f454d38fef3c0c713e86f29 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 20 Apr 2021 17:28:08 +0200
Subject: [PATCH 22/52] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v0.21.1 (#148)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `0.21.0` -> `0.21.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v0.21.1`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#0211-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0210v0211-2021-04-19)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.21.0...v0.21.1)
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 80c69bf1..860cc5d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 0.21.0
+ 0.21.1
pom
import
From 9a30cfbbb19f5487f281f1c1b2531229bb36389a Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 23 Apr 2021 00:34:20 +0200
Subject: [PATCH 23/52] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v0.11.2 (#150)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `0.11.1` -> `0.11.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v0.11.2`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#0112-httpswwwgithubcomgoogleapisjava-shared-configcomparev0111v0112-2021-04-22)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.11.1...v0.11.2)
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
google-cloud-video-transcoder-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-video-transcoder-bom/pom.xml b/google-cloud-video-transcoder-bom/pom.xml
index 659a10e1..24cf37b0 100644
--- a/google-cloud-video-transcoder-bom/pom.xml
+++ b/google-cloud-video-transcoder-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.1
+ 0.11.2
Google Video Transcoder BOM
diff --git a/pom.xml b/pom.xml
index 860cc5d8..71fc9a8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.1
+ 0.11.2
From 608a2423488c6a94aa2a44c21fcb4f955e7b8144 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 23 Apr 2021 23:10:27 +0200
Subject: [PATCH 24/52] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v1 (#151)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `0.21.1` -> `1.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v1.0.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#100-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0211v100-2021-04-23)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.21.1...v1.0.0)
##### Features
- promote to 1.0.0 ([#341](https://www.github.com/googleapis/java-shared-dependencies/issues/341)) ([eddce7b](https://www.github.com/googleapis/java-shared-dependencies/commit/eddce7bda196d757c0bb93a05574cc742e3d7ff6))
##### Dependencies
- update dependency com.google.api:api-common to v1.10.3 ([#340](https://www.github.com/googleapis/java-shared-dependencies/issues/340)) ([6a7fc33](https://www.github.com/googleapis/java-shared-dependencies/commit/6a7fc33548c199d5f310b3ee5024907882d22726))
- update dependency com.google.auth:google-auth-library-bom to v0.25.4 ([#334](https://www.github.com/googleapis/java-shared-dependencies/issues/334)) ([e5c747d](https://www.github.com/googleapis/java-shared-dependencies/commit/e5c747d245194effc258ae706e7764153010cd53))
- update dependency com.google.auth:google-auth-library-bom to v0.25.5 ([#338](https://www.github.com/googleapis/java-shared-dependencies/issues/338)) ([ffa1df5](https://www.github.com/googleapis/java-shared-dependencies/commit/ffa1df5497b5365f520b665a202b8caf6521fc9d))
- update dependency org.threeten:threetenbp to v1.5.1 ([#335](https://www.github.com/googleapis/java-shared-dependencies/issues/335)) ([c8c6df4](https://www.github.com/googleapis/java-shared-dependencies/commit/c8c6df48e7f80944544939e502f4f08543af2631))
- update google.core.version to v1.94.8 ([#342](https://www.github.com/googleapis/java-shared-dependencies/issues/342)) ([d946dd2](https://www.github.com/googleapis/java-shared-dependencies/commit/d946dd2299aac32f969a2226a1391e1e73f00e62))
##### [0.21.1](https://www.github.com/googleapis/java-shared-dependencies/compare/0.21.0...v0.21.1) (2021-04-19)
##### Bug Fixes
- release scripts from issuing overlapping phases ([#332](https://www.github.com/googleapis/java-shared-dependencies/issues/332)) ([e289825](https://www.github.com/googleapis/java-shared-dependencies/commit/e289825a3bc45b4796db7ce4347f8d9d9251a410))
##### Dependencies
- update dependency com.fasterxml.jackson:jackson-bom to v2.12.3 ([#329](https://www.github.com/googleapis/java-shared-dependencies/issues/329)) ([a77b4fc](https://www.github.com/googleapis/java-shared-dependencies/commit/a77b4fcc2ea5caf366c76a4698bac6d4c9abc92e))
- update dependency com.google.api-client:google-api-client-bom to v1.31.4 ([#326](https://www.github.com/googleapis/java-shared-dependencies/issues/326)) ([409d24f](https://www.github.com/googleapis/java-shared-dependencies/commit/409d24f8a0cac30e41ca45eb2711aecb335d70dd))
- update dependency com.google.auth:google-auth-library-bom to v0.25.3 ([#328](https://www.github.com/googleapis/java-shared-dependencies/issues/328)) ([88cfc08](https://www.github.com/googleapis/java-shared-dependencies/commit/88cfc08952881200e23ed95cfa2eebad85ec7ab3))
- update google.core.version to v1.94.7 ([#324](https://www.github.com/googleapis/java-shared-dependencies/issues/324)) ([0412c88](https://www.github.com/googleapis/java-shared-dependencies/commit/0412c88468940c1182bc0761bfe269a6688fe7b7))
- update iam.version to v1.0.12 ([#327](https://www.github.com/googleapis/java-shared-dependencies/issues/327)) ([548d5f5](https://www.github.com/googleapis/java-shared-dependencies/commit/548d5f53c4f264f1cbb9ca72fdfe4608ab16b480))
---
### Configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 71fc9a8d..f5ed1146 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 0.21.1
+ 1.0.0
pom
import
From a253c29adf8e1f1ab208bc72e77689a3d208e364 Mon Sep 17 00:00:00 2001
From: "google-cloud-policy-bot[bot]"
<80869356+google-cloud-policy-bot[bot]@users.noreply.github.com>
Date: Mon, 3 May 2021 15:04:03 +0000
Subject: [PATCH 25/52] chore: add SECURITY.md (#152)
chore: add SECURITY.md
---
SECURITY.md | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 SECURITY.md
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..8b58ae9c
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,7 @@
+# Security Policy
+
+To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
+
+The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
+
+We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Advisory to privately discuss and fix the issue.
From cc0b0a9cffcec1dc8ec4fcd0dd977191560890d3 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Tue, 4 May 2021 09:08:15 -0700
Subject: [PATCH 26/52] build(java): switch to release-please for release
tagging (#154)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/cdef5dc7-13a0-4490-bd98-8408d1c0cd16/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
---
.github/release-please.yml | 3 ++-
synth.metadata | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/release-please.yml b/.github/release-please.yml
index dce2c845..8ca7f9ca 100644
--- a/.github/release-please.yml
+++ b/.github/release-please.yml
@@ -1,2 +1,3 @@
+bumpMinorPreMajor: true
+handleGHRelease: true
releaseType: java-yoshi
-bumpMinorPreMajor: true
\ No newline at end of file
diff --git a/synth.metadata b/synth.metadata
index 88325bff..569a9d3c 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "0dab8dcb7a56c0421fe16305b979c002db65a2f2"
+ "sha": "a253c29adf8e1f1ab208bc72e77689a3d208e364"
}
},
{
From 0e5943771b28c8a6b39e743bce471e9a074807d4 Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Tue, 4 May 2021 12:42:19 -0400
Subject: [PATCH 27/52] chore: add enumeration data type to .repo-metadata.json
(#155)
Adds a standard enumeration of library types in .repo-metadata.json
---
.repo-metadata.json | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/.repo-metadata.json b/.repo-metadata.json
index ca8b48fa..f547e380 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -1,15 +1,16 @@
{
- "name": "video-transcoder",
- "name_pretty": "Video Transcoder",
- "product_documentation": "https://cloud.google.com/transcoder/docs",
- "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.",
- "client_documentation": "https://googleapis.dev/java/google-cloud-video-transcoder/latest/index.html",
- "release_level": "beta",
- "transport": "grpc",
- "language": "java",
- "repo": "googleapis/java-video-transcoder",
- "repo_short": "java-video-transcoder",
- "distribution_name": "com.google.cloud:google-cloud-video-transcoder",
- "api_id": "video-transcoder.googleapis.com",
- "requires_billing": true
-}
\ No newline at end of file
+ "name": "video-transcoder",
+ "name_pretty": "Video Transcoder",
+ "product_documentation": "https://cloud.google.com/transcoder/docs",
+ "api_description": "allows you to transcode videos into a variety of formats. The Transcoder API benefits broadcasters, production companies, businesses, and individuals looking to transform their video content for use across a variety of user devices.",
+ "client_documentation": "https://googleapis.dev/java/google-cloud-video-transcoder/latest/index.html",
+ "release_level": "beta",
+ "transport": "grpc",
+ "language": "java",
+ "repo": "googleapis/java-video-transcoder",
+ "repo_short": "java-video-transcoder",
+ "distribution_name": "com.google.cloud:google-cloud-video-transcoder",
+ "api_id": "video-transcoder.googleapis.com",
+ "requires_billing": true,
+ "library_type": "GAPIC_AUTO"
+}
From 085bcea83600854d225ced00926be105a138bffa Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Thu, 6 May 2021 16:08:10 -0700
Subject: [PATCH 28/52] chore: adding cloud-rad java xrefs (#156)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/96d8ff4f-d6d6-45ac-aea3-6a4409bd552b/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/046994f491c02806aea60118e214a9edd67f5ab7
---
.kokoro/release/publish_javadoc11.sh | 7 +++++++
synth.metadata | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh
index 51f8678c..78b27255 100755
--- a/.kokoro/release/publish_javadoc11.sh
+++ b/.kokoro/release/publish_javadoc11.sh
@@ -49,6 +49,13 @@ pushd target/docfx-yml
python3 -m docuploader create-metadata \
--name ${NAME} \
--version ${VERSION} \
+ --xrefs devsite://java/gax \
+ --xrefs devsite://java/google-cloud-core \
+ --xrefs devsite://java/api-common \
+ --xrefs devsite://java/proto-google-common-protos \
+ --xrefs devsite://java/google-api-client \
+ --xrefs devsite://java/google-http-client \
+ --xrefs devsite://java/protobuf \
--language java
# upload yml to production bucket
diff --git a/synth.metadata b/synth.metadata
index 569a9d3c..e7ea6854 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "a253c29adf8e1f1ab208bc72e77689a3d208e364"
+ "sha": "0e5943771b28c8a6b39e743bce471e9a074807d4"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
+ "sha": "046994f491c02806aea60118e214a9edd67f5ab7"
}
}
],
From 57b7a93fca5aa79f55652a7b1e536ef1c2991a16 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 11 May 2021 03:24:32 +0200
Subject: [PATCH 29/52] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v1.1.0 (#159)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `1.0.0` -> `1.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v1.1.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#110-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare100v110-2021-05-10)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v1.0.0...v1.1.0)
##### Dependencies
- update dependency com.google.protobuf:protobuf-bom to v3.16.0 ([#348](https://www.github.com/googleapis/java-shared-dependencies/issues/348)) ([0aacfde](https://www.github.com/googleapis/java-shared-dependencies/commit/0aacfdeec70e30803734db8287c47e4fad5481ef))
- update gax.version to v1.64.0 ([#345](https://www.github.com/googleapis/java-shared-dependencies/issues/345)) ([478bd35](https://www.github.com/googleapis/java-shared-dependencies/commit/478bd35296293e81c7e70157f50bfbebdc1bb54d))
- update iam.version to v1.0.13 ([#343](https://www.github.com/googleapis/java-shared-dependencies/issues/343)) ([3637923](https://www.github.com/googleapis/java-shared-dependencies/commit/363792392b71deff5cc5731104b631122fba5e61))
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f5ed1146..8e14b03f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 1.0.0
+ 1.1.0
pom
import
From 9274a44dce80b1f062929f980a8e8e646018e1e9 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Thu, 13 May 2021 16:40:34 -0700
Subject: [PATCH 30/52] build(java): remove codecov action (#160)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/98b8f1a8-a76d-4ea4-a9e5-6a8a1ee07451/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Source-Link: https://github.com/googleapis/synthtool/commit/4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1
---
.github/workflows/ci.yaml | 6 +-----
synth.metadata | 4 ++--
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index def8b3a2..0195b32f 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -19,10 +19,6 @@ jobs:
- run: .kokoro/build.sh
env:
JOB_TYPE: test
- - name: coverage
- uses: codecov/codecov-action@v1
- with:
- name: actions ${{matrix.java}}
windows:
runs-on: windows-latest
steps:
@@ -80,4 +76,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
- JOB_TYPE: clirr
\ No newline at end of file
+ JOB_TYPE: clirr
diff --git a/synth.metadata b/synth.metadata
index e7ea6854..91638477 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
- "sha": "0e5943771b28c8a6b39e743bce471e9a074807d4"
+ "sha": "57b7a93fca5aa79f55652a7b1e536ef1c2991a16"
}
},
{
@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "046994f491c02806aea60118e214a9edd67f5ab7"
+ "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
}
}
],
From 4bff91ace8c16ea577e5dfaf1e13cec1eb02ea21 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Fri, 14 May 2021 03:54:25 +0200
Subject: [PATCH 31/52] build(deps): update dependency
org.apache.maven.plugins:maven-project-info-reports-plugin to v3.1.2 (#158)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.apache.maven.plugins:maven-project-info-reports-plugin | `3.1.1` -> `3.1.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8e14b03f..def07c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.1.1
+ 3.1.2
From 59fcc02497985c25eef948afb4eec6d91520607f Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 19 May 2021 17:08:17 +0200
Subject: [PATCH 32/52] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v1.2.0 (#162)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `1.1.0` -> `1.2.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v1.2.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#120-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare110v120-2021-05-18)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v1.1.0...v1.2.0)
##### Dependencies
- update dependency com.google.api-client:google-api-client-bom to v1.31.5 ([#353](https://www.github.com/googleapis/java-shared-dependencies/issues/353)) ([8d72ab0](https://www.github.com/googleapis/java-shared-dependencies/commit/8d72ab003e08c864aedc17fc190ba26f393bf0c7))
- update dependency com.google.errorprone:error_prone_annotations to v2.7.1 ([#360](https://www.github.com/googleapis/java-shared-dependencies/issues/360)) ([8f952d0](https://www.github.com/googleapis/java-shared-dependencies/commit/8f952d05745358fc426a1a2dcb688da5d5010239))
- update dependency com.google.protobuf:protobuf-bom to v3.17.0 ([#355](https://www.github.com/googleapis/java-shared-dependencies/issues/355)) ([09858fb](https://www.github.com/googleapis/java-shared-dependencies/commit/09858fb4f1b78a77e828501597d20df4db0ebfcf))
- update dependency io.grpc:grpc-bom to v1.37.1 ([#359](https://www.github.com/googleapis/java-shared-dependencies/issues/359)) ([bc9869e](https://www.github.com/googleapis/java-shared-dependencies/commit/bc9869e914314f951afd69f2acae95c414398f43))
- update google.common-protos.version to v2.2.1 ([#358](https://www.github.com/googleapis/java-shared-dependencies/issues/358)) ([a3ed764](https://www.github.com/googleapis/java-shared-dependencies/commit/a3ed764a0e5143ee323d4b69c9747b8265d349e2))
- update iam.version to v1.0.14 ([#352](https://www.github.com/googleapis/java-shared-dependencies/issues/352)) ([bea9a01](https://www.github.com/googleapis/java-shared-dependencies/commit/bea9a01788ac1332a4bc7e06574ef5701700fe90))
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index def07c69..5a094006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 1.1.0
+ 1.2.0
pom
import
From bfa315f820f485c825d7b9c083bb4dc26c2cd788 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 19 May 2021 23:02:24 +0200
Subject: [PATCH 33/52] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v0.12.0 (#163)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `0.11.2` -> `0.12.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
google-cloud-video-transcoder-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-video-transcoder-bom/pom.xml b/google-cloud-video-transcoder-bom/pom.xml
index 24cf37b0..ba52fb58 100644
--- a/google-cloud-video-transcoder-bom/pom.xml
+++ b/google-cloud-video-transcoder-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.2
+ 0.12.0
Google Video Transcoder BOM
diff --git a/pom.xml b/pom.xml
index 5a094006..47b703ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.11.2
+ 0.12.0
From aac0844b48c94f836245d5cc03bc833e5321ffac Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 26 May 2021 22:58:30 +0200
Subject: [PATCH 34/52] test(deps): update dependency com.google.truth:truth to
v1.1.3 (#165)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.google.truth:truth | `1.1.2` -> `1.1.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-video-transcoder).
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index dc273fa2..8c68519c 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -42,7 +42,7 @@
com.google.truth
truth
- 1.1.2
+ 1.1.3
test
This class provides the ability to make remote calls to the backing service through method + * calls that map to API methods. Sample code to get started: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * Job job = Job.newBuilder().build();
+ * Job response = transcoderServiceClient.createJob(parent, job);
+ * }
+ * }
+ *
+ * Note: close() needs to be called on the TranscoderServiceClient object to clean up resources + * such as threads. In the example above, try-with-resources is used, which automatically calls + * close(). + * + *
The surface of this class includes several types of Java methods for each of the API's + * methods: + * + *
See the individual methods for example code. + * + *
Many parameters require resource names to be formatted in a particular way. To assist with + * these names, this class includes a format method for each type of name, and additionally a parse + * method to extract the individual identifiers contained within names that are returned. + * + *
This class can be customized by passing in a custom instance of TranscoderServiceSettings to + * create(). For example: + * + *
To customize credentials: + * + *
{@code
+ * TranscoderServiceSettings transcoderServiceSettings =
+ * TranscoderServiceSettings.newBuilder()
+ * .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
+ * .build();
+ * TranscoderServiceClient transcoderServiceClient =
+ * TranscoderServiceClient.create(transcoderServiceSettings);
+ * }
+ *
+ * To customize the endpoint: + * + *
{@code
+ * TranscoderServiceSettings transcoderServiceSettings =
+ * TranscoderServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
+ * TranscoderServiceClient transcoderServiceClient =
+ * TranscoderServiceClient.create(transcoderServiceSettings);
+ * }
+ *
+ * Please refer to the GitHub repository's samples for more quickstart code snippets. + */ +@Generated("by gapic-generator-java") +public class TranscoderServiceClient implements BackgroundResource { + private final TranscoderServiceSettings settings; + private final TranscoderServiceStub stub; + + /** Constructs an instance of TranscoderServiceClient with default settings. */ + public static final TranscoderServiceClient create() throws IOException { + return create(TranscoderServiceSettings.newBuilder().build()); + } + + /** + * Constructs an instance of TranscoderServiceClient, using the given settings. The channels are + * created based on the settings passed in, or defaults for any settings that are not set. + */ + public static final TranscoderServiceClient create(TranscoderServiceSettings settings) + throws IOException { + return new TranscoderServiceClient(settings); + } + + /** + * Constructs an instance of TranscoderServiceClient, using the given stub for making calls. This + * is for advanced usage - prefer using create(TranscoderServiceSettings). + */ + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + public static final TranscoderServiceClient create(TranscoderServiceStub stub) { + return new TranscoderServiceClient(stub); + } + + /** + * Constructs an instance of TranscoderServiceClient, using the given settings. This is protected + * so that it is easy to make a subclass, but otherwise, the static factory methods should be + * preferred. + */ + protected TranscoderServiceClient(TranscoderServiceSettings settings) throws IOException { + this.settings = settings; + this.stub = ((TranscoderServiceStubSettings) settings.getStubSettings()).createStub(); + } + + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + protected TranscoderServiceClient(TranscoderServiceStub stub) { + this.settings = null; + this.stub = stub; + } + + public final TranscoderServiceSettings getSettings() { + return settings; + } + + @BetaApi("A restructuring of stub classes is planned, so this may break in the future") + public TranscoderServiceStub getStub() { + return stub; + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Creates a job in the specified region. + * + *
Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * Job job = Job.newBuilder().build();
+ * Job response = transcoderServiceClient.createJob(parent, job);
+ * }
+ * }
+ *
+ * @param parent Required. The parent location to create and process this job. Format:
+ * `projects/{project}/locations/{location}`
+ * @param job Required. Parameters for creating transcoding job.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Job createJob(LocationName parent, Job job) {
+ CreateJobRequest request =
+ CreateJobRequest.newBuilder()
+ .setParent(parent == null ? null : parent.toString())
+ .setJob(job)
+ .build();
+ return createJob(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Creates a job in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+ * Job job = Job.newBuilder().build();
+ * Job response = transcoderServiceClient.createJob(parent, job);
+ * }
+ * }
+ *
+ * @param parent Required. The parent location to create and process this job. Format:
+ * `projects/{project}/locations/{location}`
+ * @param job Required. Parameters for creating transcoding job.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Job createJob(String parent, Job job) {
+ CreateJobRequest request = CreateJobRequest.newBuilder().setParent(parent).setJob(job).build();
+ return createJob(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Creates a job in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * CreateJobRequest request =
+ * CreateJobRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setJob(Job.newBuilder().build())
+ * .build();
+ * Job response = transcoderServiceClient.createJob(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Job createJob(CreateJobRequest request) {
+ return createJobCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Creates a job in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * CreateJobRequest request =
+ * CreateJobRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setJob(Job.newBuilder().build())
+ * .build();
+ * ApiFuture future = transcoderServiceClient.createJobCallable().futureCall(request);
+ * // Do something.
+ * Job response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * for (Job element : transcoderServiceClient.listJobs(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. Format: `projects/{project}/locations/{location}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListJobsPagedResponse listJobs(LocationName parent) {
+ ListJobsRequest request =
+ ListJobsRequest.newBuilder().setParent(parent == null ? null : parent.toString()).build();
+ return listJobs(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists jobs in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+ * for (Job element : transcoderServiceClient.listJobs(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. Format: `projects/{project}/locations/{location}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListJobsPagedResponse listJobs(String parent) {
+ ListJobsRequest request = ListJobsRequest.newBuilder().setParent(parent).build();
+ return listJobs(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists jobs in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobsRequest request =
+ * ListJobsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * for (Job element : transcoderServiceClient.listJobs(request).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListJobsPagedResponse listJobs(ListJobsRequest request) {
+ return listJobsPagedCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists jobs in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobsRequest request =
+ * ListJobsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * ApiFuture future = transcoderServiceClient.listJobsPagedCallable().futureCall(request);
+ * // Do something.
+ * for (Job element : future.get().iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobsRequest request =
+ * ListJobsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * while (true) {
+ * ListJobsResponse response = transcoderServiceClient.listJobsCallable().call(request);
+ * for (Job element : response.getResponsesList()) {
+ * // doThingsWith(element);
+ * }
+ * String nextPageToken = response.getNextPageToken();
+ * if (!Strings.isNullOrEmpty(nextPageToken)) {
+ * request = request.toBuilder().setPageToken(nextPageToken).build();
+ * } else {
+ * break;
+ * }
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * JobName name = JobName.of("[PROJECT]", "[LOCATION]", "[JOB]");
+ * Job response = transcoderServiceClient.getJob(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job to retrieve. Format:
+ * `projects/{project}/locations/{location}/jobs/{job}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Job getJob(JobName name) {
+ GetJobRequest request =
+ GetJobRequest.newBuilder().setName(name == null ? null : name.toString()).build();
+ return getJob(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Returns the job data.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String name = JobName.of("[PROJECT]", "[LOCATION]", "[JOB]").toString();
+ * Job response = transcoderServiceClient.getJob(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job to retrieve. Format:
+ * `projects/{project}/locations/{location}/jobs/{job}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Job getJob(String name) {
+ GetJobRequest request = GetJobRequest.newBuilder().setName(name).build();
+ return getJob(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Returns the job data.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * GetJobRequest request =
+ * GetJobRequest.newBuilder()
+ * .setName(JobName.of("[PROJECT]", "[LOCATION]", "[JOB]").toString())
+ * .build();
+ * Job response = transcoderServiceClient.getJob(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Job getJob(GetJobRequest request) {
+ return getJobCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Returns the job data.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * GetJobRequest request =
+ * GetJobRequest.newBuilder()
+ * .setName(JobName.of("[PROJECT]", "[LOCATION]", "[JOB]").toString())
+ * .build();
+ * ApiFuture future = transcoderServiceClient.getJobCallable().futureCall(request);
+ * // Do something.
+ * Job response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * JobName name = JobName.of("[PROJECT]", "[LOCATION]", "[JOB]");
+ * transcoderServiceClient.deleteJob(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job to delete. Format:
+ * `projects/{project}/locations/{location}/jobs/{job}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final void deleteJob(JobName name) {
+ DeleteJobRequest request =
+ DeleteJobRequest.newBuilder().setName(name == null ? null : name.toString()).build();
+ deleteJob(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a job.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String name = JobName.of("[PROJECT]", "[LOCATION]", "[JOB]").toString();
+ * transcoderServiceClient.deleteJob(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job to delete. Format:
+ * `projects/{project}/locations/{location}/jobs/{job}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final void deleteJob(String name) {
+ DeleteJobRequest request = DeleteJobRequest.newBuilder().setName(name).build();
+ deleteJob(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a job.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * DeleteJobRequest request =
+ * DeleteJobRequest.newBuilder()
+ * .setName(JobName.of("[PROJECT]", "[LOCATION]", "[JOB]").toString())
+ * .build();
+ * transcoderServiceClient.deleteJob(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final void deleteJob(DeleteJobRequest request) {
+ deleteJobCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a job.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * DeleteJobRequest request =
+ * DeleteJobRequest.newBuilder()
+ * .setName(JobName.of("[PROJECT]", "[LOCATION]", "[JOB]").toString())
+ * .build();
+ * ApiFuture future = transcoderServiceClient.deleteJobCallable().futureCall(request);
+ * // Do something.
+ * future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * JobTemplate jobTemplate = JobTemplate.newBuilder().build();
+ * String jobTemplateId = "jobTemplateId-597733678";
+ * JobTemplate response =
+ * transcoderServiceClient.createJobTemplate(parent, jobTemplate, jobTemplateId);
+ * }
+ * }
+ *
+ * @param parent Required. The parent location to create this job template. Format:
+ * `projects/{project}/locations/{location}`
+ * @param jobTemplate Required. Parameters for creating job template.
+ * @param jobTemplateId Required. The ID to use for the job template, which will become the final
+ * component of the job template's resource name.
+ * This value should be 4-63 characters, and valid characters must match the regular + * expression `[a-zA-Z][a-zA-Z0-9_-]*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final JobTemplate createJobTemplate( + LocationName parent, JobTemplate jobTemplate, String jobTemplateId) { + CreateJobTemplateRequest request = + CreateJobTemplateRequest.newBuilder() + .setParent(parent == null ? null : parent.toString()) + .setJobTemplate(jobTemplate) + .setJobTemplateId(jobTemplateId) + .build(); + return createJobTemplate(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Creates a job template in the specified region. + * + *
Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+ * JobTemplate jobTemplate = JobTemplate.newBuilder().build();
+ * String jobTemplateId = "jobTemplateId-597733678";
+ * JobTemplate response =
+ * transcoderServiceClient.createJobTemplate(parent, jobTemplate, jobTemplateId);
+ * }
+ * }
+ *
+ * @param parent Required. The parent location to create this job template. Format:
+ * `projects/{project}/locations/{location}`
+ * @param jobTemplate Required. Parameters for creating job template.
+ * @param jobTemplateId Required. The ID to use for the job template, which will become the final
+ * component of the job template's resource name.
+ * This value should be 4-63 characters, and valid characters must match the regular + * expression `[a-zA-Z][a-zA-Z0-9_-]*`. + * @throws com.google.api.gax.rpc.ApiException if the remote call fails + */ + public final JobTemplate createJobTemplate( + String parent, JobTemplate jobTemplate, String jobTemplateId) { + CreateJobTemplateRequest request = + CreateJobTemplateRequest.newBuilder() + .setParent(parent) + .setJobTemplate(jobTemplate) + .setJobTemplateId(jobTemplateId) + .build(); + return createJobTemplate(request); + } + + // AUTO-GENERATED DOCUMENTATION AND METHOD. + /** + * Creates a job template in the specified region. + * + *
Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * CreateJobTemplateRequest request =
+ * CreateJobTemplateRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setJobTemplate(JobTemplate.newBuilder().build())
+ * .setJobTemplateId("jobTemplateId-597733678")
+ * .build();
+ * JobTemplate response = transcoderServiceClient.createJobTemplate(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final JobTemplate createJobTemplate(CreateJobTemplateRequest request) {
+ return createJobTemplateCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Creates a job template in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * CreateJobTemplateRequest request =
+ * CreateJobTemplateRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setJobTemplate(JobTemplate.newBuilder().build())
+ * .setJobTemplateId("jobTemplateId-597733678")
+ * .build();
+ * ApiFuture future =
+ * transcoderServiceClient.createJobTemplateCallable().futureCall(request);
+ * // Do something.
+ * JobTemplate response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * for (JobTemplate element : transcoderServiceClient.listJobTemplates(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. The parent location from which to retrieve the collection of job
+ * templates. Format: `projects/{project}/locations/{location}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListJobTemplatesPagedResponse listJobTemplates(LocationName parent) {
+ ListJobTemplatesRequest request =
+ ListJobTemplatesRequest.newBuilder()
+ .setParent(parent == null ? null : parent.toString())
+ .build();
+ return listJobTemplates(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists job templates in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+ * for (JobTemplate element : transcoderServiceClient.listJobTemplates(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. The parent location from which to retrieve the collection of job
+ * templates. Format: `projects/{project}/locations/{location}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListJobTemplatesPagedResponse listJobTemplates(String parent) {
+ ListJobTemplatesRequest request =
+ ListJobTemplatesRequest.newBuilder().setParent(parent).build();
+ return listJobTemplates(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists job templates in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobTemplatesRequest request =
+ * ListJobTemplatesRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * for (JobTemplate element : transcoderServiceClient.listJobTemplates(request).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListJobTemplatesPagedResponse listJobTemplates(ListJobTemplatesRequest request) {
+ return listJobTemplatesPagedCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists job templates in the specified region.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobTemplatesRequest request =
+ * ListJobTemplatesRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * ApiFuture future =
+ * transcoderServiceClient.listJobTemplatesPagedCallable().futureCall(request);
+ * // Do something.
+ * for (JobTemplate element : future.get().iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * ListJobTemplatesRequest request =
+ * ListJobTemplatesRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * while (true) {
+ * ListJobTemplatesResponse response =
+ * transcoderServiceClient.listJobTemplatesCallable().call(request);
+ * for (JobTemplate element : response.getResponsesList()) {
+ * // doThingsWith(element);
+ * }
+ * String nextPageToken = response.getNextPageToken();
+ * if (!Strings.isNullOrEmpty(nextPageToken)) {
+ * request = request.toBuilder().setPageToken(nextPageToken).build();
+ * } else {
+ * break;
+ * }
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * JobTemplateName name = JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]");
+ * JobTemplate response = transcoderServiceClient.getJobTemplate(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job template to retrieve. Format:
+ * `projects/{project}/locations/{location}/jobTemplates/{job_template}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final JobTemplate getJobTemplate(JobTemplateName name) {
+ GetJobTemplateRequest request =
+ GetJobTemplateRequest.newBuilder().setName(name == null ? null : name.toString()).build();
+ return getJobTemplate(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Returns the job template data.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String name = JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]").toString();
+ * JobTemplate response = transcoderServiceClient.getJobTemplate(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job template to retrieve. Format:
+ * `projects/{project}/locations/{location}/jobTemplates/{job_template}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final JobTemplate getJobTemplate(String name) {
+ GetJobTemplateRequest request = GetJobTemplateRequest.newBuilder().setName(name).build();
+ return getJobTemplate(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Returns the job template data.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * GetJobTemplateRequest request =
+ * GetJobTemplateRequest.newBuilder()
+ * .setName(JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]").toString())
+ * .build();
+ * JobTemplate response = transcoderServiceClient.getJobTemplate(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final JobTemplate getJobTemplate(GetJobTemplateRequest request) {
+ return getJobTemplateCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Returns the job template data.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * GetJobTemplateRequest request =
+ * GetJobTemplateRequest.newBuilder()
+ * .setName(JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]").toString())
+ * .build();
+ * ApiFuture future =
+ * transcoderServiceClient.getJobTemplateCallable().futureCall(request);
+ * // Do something.
+ * JobTemplate response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableSample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * JobTemplateName name = JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]");
+ * transcoderServiceClient.deleteJobTemplate(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job template to delete.
+ * `projects/{project}/locations/{location}/jobTemplates/{job_template}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final void deleteJobTemplate(JobTemplateName name) {
+ DeleteJobTemplateRequest request =
+ DeleteJobTemplateRequest.newBuilder()
+ .setName(name == null ? null : name.toString())
+ .build();
+ deleteJobTemplate(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a job template.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * String name = JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]").toString();
+ * transcoderServiceClient.deleteJobTemplate(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the job template to delete.
+ * `projects/{project}/locations/{location}/jobTemplates/{job_template}`
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final void deleteJobTemplate(String name) {
+ DeleteJobTemplateRequest request = DeleteJobTemplateRequest.newBuilder().setName(name).build();
+ deleteJobTemplate(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a job template.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * DeleteJobTemplateRequest request =
+ * DeleteJobTemplateRequest.newBuilder()
+ * .setName(JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]").toString())
+ * .build();
+ * transcoderServiceClient.deleteJobTemplate(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final void deleteJobTemplate(DeleteJobTemplateRequest request) {
+ deleteJobTemplateCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a job template.
+ *
+ * Sample code: + * + *
{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * DeleteJobTemplateRequest request =
+ * DeleteJobTemplateRequest.newBuilder()
+ * .setName(JobTemplateName.of("[PROJECT]", "[LOCATION]", "[JOB_TEMPLATE]").toString())
+ * .build();
+ * ApiFuture future =
+ * transcoderServiceClient.deleteJobTemplateCallable().futureCall(request);
+ * // Do something.
+ * future.get();
+ * }
+ * }
+ */
+ public final UnaryCallableThe default instance has everything set to sensible defaults: + * + *
The builder of this class is recursive, so contained classes are themselves builders. When + * build() is called, the tree of builders is called to create the complete settings object. + * + *
For example, to set the total timeout of createJob to 30 seconds: + * + *
{@code
+ * TranscoderServiceSettings.Builder transcoderServiceSettingsBuilder =
+ * TranscoderServiceSettings.newBuilder();
+ * transcoderServiceSettingsBuilder
+ * .createJobSettings()
+ * .setRetrySettings(
+ * transcoderServiceSettingsBuilder
+ * .createJobSettings()
+ * .getRetrySettings()
+ * .toBuilder()
+ * .setTotalTimeout(Duration.ofSeconds(30))
+ * .build());
+ * TranscoderServiceSettings transcoderServiceSettings = transcoderServiceSettingsBuilder.build();
+ * }
+ */
+@Generated("by gapic-generator-java")
+public class TranscoderServiceSettings extends ClientSettingsNote: This method does not support applying settings to streaming methods.
+ */
+ public Builder applyToAllUnaryMethods(
+ ApiFunction ======================= TranscoderServiceClient =======================
+ *
+ * Service Description: Using the Transcoder API, you can queue asynchronous jobs for transcoding
+ * media into various output formats. Output formats may include different streaming standards such
+ * as HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). You can also
+ * customize jobs using advanced features such as Digital Rights Management (DRM), audio
+ * equalization, content concatenation, and digital ad-stitch ready content generation.
+ *
+ * Sample for TranscoderServiceClient:
+ *
+ * This class is for advanced usage.
+ */
+@Generated("by gapic-generator-java")
+public class GrpcTranscoderServiceCallableFactory implements GrpcStubCallableFactory {
+
+ @Override
+ public This class is for advanced usage and reflects the underlying API directly.
+ */
+@Generated("by gapic-generator-java")
+public class GrpcTranscoderServiceStub extends TranscoderServiceStub {
+ private static final MethodDescriptor This class is for advanced usage and reflects the underlying API directly.
+ */
+@Generated("by gapic-generator-java")
+public abstract class TranscoderServiceStub implements BackgroundResource {
+
+ public UnaryCallable The default instance has everything set to sensible defaults:
+ *
+ * The builder of this class is recursive, so contained classes are themselves builders. When
+ * build() is called, the tree of builders is called to create the complete settings object.
+ *
+ * For example, to set the total timeout of createJob to 30 seconds:
+ *
+ * Note: This method does not support applying settings to streaming methods.
+ */
+ public Builder applyToAllUnaryMethods(
+ ApiFunction{@code
+ * try (TranscoderServiceClient transcoderServiceClient = TranscoderServiceClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * Job job = Job.newBuilder().build();
+ * Job response = transcoderServiceClient.createJob(parent, job);
+ * }
+ * }
+ */
+@Generated("by gapic-generator-java")
+package com.google.cloud.video.transcoder.v1;
+
+import javax.annotation.Generated;
diff --git a/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/GrpcTranscoderServiceCallableFactory.java b/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/GrpcTranscoderServiceCallableFactory.java
new file mode 100644
index 00000000..4681f28c
--- /dev/null
+++ b/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/GrpcTranscoderServiceCallableFactory.java
@@ -0,0 +1,113 @@
+/*
+ * Copyright 2021 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
+ *
+ * https://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.
+ */
+
+package com.google.cloud.video.transcoder.v1.stub;
+
+import com.google.api.gax.grpc.GrpcCallSettings;
+import com.google.api.gax.grpc.GrpcCallableFactory;
+import com.google.api.gax.grpc.GrpcStubCallableFactory;
+import com.google.api.gax.rpc.BatchingCallSettings;
+import com.google.api.gax.rpc.BidiStreamingCallable;
+import com.google.api.gax.rpc.ClientContext;
+import com.google.api.gax.rpc.ClientStreamingCallable;
+import com.google.api.gax.rpc.OperationCallSettings;
+import com.google.api.gax.rpc.OperationCallable;
+import com.google.api.gax.rpc.PagedCallSettings;
+import com.google.api.gax.rpc.ServerStreamingCallSettings;
+import com.google.api.gax.rpc.ServerStreamingCallable;
+import com.google.api.gax.rpc.StreamingCallSettings;
+import com.google.api.gax.rpc.UnaryCallSettings;
+import com.google.api.gax.rpc.UnaryCallable;
+import com.google.longrunning.Operation;
+import com.google.longrunning.stub.OperationsStub;
+import javax.annotation.Generated;
+
+// AUTO-GENERATED DOCUMENTATION AND CLASS.
+/**
+ * gRPC callable factory implementation for the TranscoderService service API.
+ *
+ *
+ *
+ *
+ * {@code
+ * TranscoderServiceStubSettings.Builder transcoderServiceSettingsBuilder =
+ * TranscoderServiceStubSettings.newBuilder();
+ * transcoderServiceSettingsBuilder
+ * .createJobSettings()
+ * .setRetrySettings(
+ * transcoderServiceSettingsBuilder
+ * .createJobSettings()
+ * .getRetrySettings()
+ * .toBuilder()
+ * .setTotalTimeout(Duration.ofSeconds(30))
+ * .build());
+ * TranscoderServiceStubSettings transcoderServiceSettings =
+ * transcoderServiceSettingsBuilder.build();
+ * }
+ */
+@Generated("by gapic-generator-java")
+public class TranscoderServiceStubSettings extends StubSettings