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

chore(bazel): update protobuf to v3.21.3 #144

Merged
merged 4 commits into from
Jul 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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