Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#144)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jul 26, 2022
1 parent 647fb6f commit 85cc291
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions java-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-deploy</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-deploy:1.1.2'
implementation 'com.google.cloud:google-cloud-deploy:1.1.3'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.1.3"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,8 @@ public int getUsagesValue(int index) {
* repeated .google.cloud.deploy.v1.ExecutionConfig.ExecutionEnvironmentUsage usages = 1 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of usages at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for usages to set.
* @return This builder for chaining.
*/
public Builder setUsagesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

package com.google.cloud.deploy.v1.samples;

// [START
// deploy_v1_generated_clouddeployclient_createdeliverypipeline_locationnamedeliverypipelinestring_sync]
// [START deploy_v1_generated_clouddeployclient_createdeliverypipeline_locationnamedeliverypipelinestring_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeliveryPipeline;
import com.google.cloud.deploy.v1.LocationName;
Expand All @@ -43,5 +42,4 @@ public static void syncCreateDeliveryPipelineLocationnameDeliverypipelineString(
}
}
}
// [END
// deploy_v1_generated_clouddeployclient_createdeliverypipeline_locationnamedeliverypipelinestring_sync]
// [END deploy_v1_generated_clouddeployclient_createdeliverypipeline_locationnamedeliverypipelinestring_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

package com.google.cloud.deploy.v1.samples;

// [START
// deploy_v1_generated_clouddeployclient_createdeliverypipeline_stringdeliverypipelinestring_sync]
// [START deploy_v1_generated_clouddeployclient_createdeliverypipeline_stringdeliverypipelinestring_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeliveryPipeline;
import com.google.cloud.deploy.v1.LocationName;
Expand All @@ -42,5 +41,4 @@ public static void syncCreateDeliveryPipelineStringDeliverypipelineString() thro
}
}
}
// [END
// deploy_v1_generated_clouddeployclient_createdeliverypipeline_stringdeliverypipelinestring_sync]
// [END deploy_v1_generated_clouddeployclient_createdeliverypipeline_stringdeliverypipelinestring_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

package com.google.cloud.deploy.v1.samples;

// [START
// deploy_v1_generated_clouddeployclient_createrelease_deliverypipelinenamereleasestring_sync]
// [START deploy_v1_generated_clouddeployclient_createrelease_deliverypipelinenamereleasestring_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeliveryPipelineName;
import com.google.cloud.deploy.v1.Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeleteDeliveryPipelineRequest;
import com.google.cloud.deploy.v1.DeliveryPipelineName;
import com.google.protobuf.Empty;

public class SyncDeleteDeliveryPipeline {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START deploy_v1_generated_clouddeployclient_deletedeliverypipeline_deliverypipelinename_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeliveryPipelineName;
import com.google.protobuf.Empty;

public class SyncDeleteDeliveryPipelineDeliverypipelinename {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START deploy_v1_generated_clouddeployclient_deletedeliverypipeline_string_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeliveryPipelineName;
import com.google.protobuf.Empty;

public class SyncDeleteDeliveryPipelineString {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeleteTargetRequest;
import com.google.cloud.deploy.v1.TargetName;
import com.google.protobuf.Empty;

public class SyncDeleteTarget {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START deploy_v1_generated_clouddeployclient_deletetarget_string_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.TargetName;
import com.google.protobuf.Empty;

public class SyncDeleteTargetString {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START deploy_v1_generated_clouddeployclient_deletetarget_targetname_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.TargetName;
import com.google.protobuf.Empty;

public class SyncDeleteTargetTargetname {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

package com.google.cloud.deploy.v1.samples;

// [START
// deploy_v1_generated_clouddeployclient_updatedeliverypipeline_deliverypipelinefieldmask_sync]
// [START deploy_v1_generated_clouddeployclient_updatedeliverypipeline_deliverypipelinefieldmask_sync]
import com.google.cloud.deploy.v1.CloudDeployClient;
import com.google.cloud.deploy.v1.DeliveryPipeline;
import com.google.protobuf.FieldMask;
Expand Down

0 comments on commit 85cc291

Please sign in to comment.