Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#891)
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: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 26, 2022
1 parent c482d95 commit bc01b8c
Show file tree
Hide file tree
Showing 40 changed files with 74 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@ public int getRolesValue(int index) {
* repeated .google.cloud.dataproc.v1.GkeNodePoolTarget.Role roles = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of roles at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for roles to set.
* @return This builder for chaining.
*/
public Builder setRolesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1493,8 +1493,8 @@ public int getOptionalComponentsValue(int index) {
* repeated .google.cloud.dataproc.v1.Component optional_components = 3 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of optionalComponents at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for optionalComponents to set.
* @return This builder for chaining.
*/
public Builder setOptionalComponentsValue(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.dataproc.v1.samples;

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_locationnameautoscalingpolicy_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_locationnameautoscalingpolicy_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.cloud.dataproc.v1.LocationName;
Expand All @@ -40,5 +39,4 @@ public static void syncCreateAutoscalingPolicyLocationnameAutoscalingpolicy() th
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_locationnameautoscalingpolicy_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_locationnameautoscalingpolicy_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_regionnameautoscalingpolicy_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_regionnameautoscalingpolicy_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.cloud.dataproc.v1.RegionName;
Expand All @@ -40,5 +39,4 @@ public static void syncCreateAutoscalingPolicyRegionnameAutoscalingpolicy() thro
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_regionnameautoscalingpolicy_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_regionnameautoscalingpolicy_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_stringautoscalingpolicy_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_stringautoscalingpolicy_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.cloud.dataproc.v1.LocationName;
Expand All @@ -40,5 +39,4 @@ public static void syncCreateAutoscalingPolicyStringAutoscalingpolicy() throws E
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_stringautoscalingpolicy_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_createautoscalingpolicy_stringautoscalingpolicy_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import com.google.cloud.dataproc.v1.AutoscalingPolicyName;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.cloud.dataproc.v1.DeleteAutoscalingPolicyRequest;
import com.google.protobuf.Empty;

public class SyncDeleteAutoscalingPolicy {

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

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_deleteautoscalingpolicy_autoscalingpolicyname_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_deleteautoscalingpolicy_autoscalingpolicyname_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicyName;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.protobuf.Empty;

public class SyncDeleteAutoscalingPolicyAutoscalingpolicyname {

Expand All @@ -39,5 +39,4 @@ public static void syncDeleteAutoscalingPolicyAutoscalingpolicyname() throws Exc
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_deleteautoscalingpolicy_autoscalingpolicyname_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_deleteautoscalingpolicy_autoscalingpolicyname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_deleteautoscalingpolicy_string_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicyName;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.protobuf.Empty;

public class SyncDeleteAutoscalingPolicyString {

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

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_getautoscalingpolicy_autoscalingpolicyname_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_getautoscalingpolicy_autoscalingpolicyname_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyName;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
Expand All @@ -40,5 +39,4 @@ public static void syncGetAutoscalingPolicyAutoscalingpolicyname() throws Except
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_getautoscalingpolicy_autoscalingpolicyname_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_getautoscalingpolicy_autoscalingpolicyname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_locationname_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_locationname_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.cloud.dataproc.v1.LocationName;
Expand All @@ -41,5 +40,4 @@ public static void syncListAutoscalingPoliciesLocationname() throws Exception {
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_locationname_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_locationname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_regionname_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_regionname_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;
import com.google.cloud.dataproc.v1.RegionName;
Expand All @@ -41,5 +40,4 @@ public static void syncListAutoscalingPoliciesRegionname() throws Exception {
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_regionname_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_listautoscalingpolicies_regionname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_autoscalingpolicyserviceclient_updateautoscalingpolicy_autoscalingpolicy_sync]
// [START dataproc_v1_generated_autoscalingpolicyserviceclient_updateautoscalingpolicy_autoscalingpolicy_sync]
import com.google.cloud.dataproc.v1.AutoscalingPolicy;
import com.google.cloud.dataproc.v1.AutoscalingPolicyServiceClient;

Expand All @@ -37,5 +36,4 @@ public static void syncUpdateAutoscalingPolicyAutoscalingpolicy() throws Excepti
}
}
}
// [END
// dataproc_v1_generated_autoscalingpolicyserviceclient_updateautoscalingpolicy_autoscalingpolicy_sync]
// [END dataproc_v1_generated_autoscalingpolicyserviceclient_updateautoscalingpolicy_autoscalingpolicy_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import com.google.cloud.dataproc.v1.BatchControllerClient;
import com.google.cloud.dataproc.v1.BatchName;
import com.google.cloud.dataproc.v1.DeleteBatchRequest;
import com.google.protobuf.Empty;

public class SyncDeleteBatch {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START dataproc_v1_generated_batchcontrollerclient_deletebatch_batchname_sync]
import com.google.cloud.dataproc.v1.BatchControllerClient;
import com.google.cloud.dataproc.v1.BatchName;
import com.google.protobuf.Empty;

public class SyncDeleteBatchBatchname {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START dataproc_v1_generated_batchcontrollerclient_deletebatch_string_sync]
import com.google.cloud.dataproc.v1.BatchControllerClient;
import com.google.cloud.dataproc.v1.BatchName;
import com.google.protobuf.Empty;

public class SyncDeleteBatchString {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START dataproc_v1_generated_clustercontrollerclient_deletecluster_sync]
import com.google.cloud.dataproc.v1.ClusterControllerClient;
import com.google.cloud.dataproc.v1.DeleteClusterRequest;
import com.google.protobuf.Empty;

public class SyncDeleteCluster {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

// [START dataproc_v1_generated_clustercontrollerclient_deletecluster_stringstringstring_sync]
import com.google.cloud.dataproc.v1.ClusterControllerClient;
import com.google.protobuf.Empty;

public class SyncDeleteClusterStringStringString {

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

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

// [START
// dataproc_v1_generated_clustercontrollerclient_updatecluster_stringstringstringclusterfieldmask_sync]
// [START dataproc_v1_generated_clustercontrollerclient_updatecluster_stringstringstringclusterfieldmask_sync]
import com.google.cloud.dataproc.v1.Cluster;
import com.google.cloud.dataproc.v1.ClusterControllerClient;
import com.google.protobuf.FieldMask;
Expand All @@ -44,5 +43,4 @@ public static void syncUpdateClusterStringStringStringClusterFieldmask() throws
}
}
}
// [END
// dataproc_v1_generated_clustercontrollerclient_updatecluster_stringstringstringclusterfieldmask_sync]
// [END dataproc_v1_generated_clustercontrollerclient_updatecluster_stringstringstringclusterfieldmask_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START dataproc_v1_generated_jobcontrollerclient_deletejob_sync]
import com.google.cloud.dataproc.v1.DeleteJobRequest;
import com.google.cloud.dataproc.v1.JobControllerClient;
import com.google.protobuf.Empty;

public class SyncDeleteJob {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

// [START dataproc_v1_generated_jobcontrollerclient_deletejob_stringstringstring_sync]
import com.google.cloud.dataproc.v1.JobControllerClient;
import com.google.protobuf.Empty;

public class SyncDeleteJobStringStringString {

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

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_locationnameworkflowtemplate_sync]
// [START dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_locationnameworkflowtemplate_sync]
import com.google.cloud.dataproc.v1.LocationName;
import com.google.cloud.dataproc.v1.WorkflowTemplate;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
Expand All @@ -40,5 +39,4 @@ public static void syncCreateWorkflowTemplateLocationnameWorkflowtemplate() thro
}
}
}
// [END
// dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_locationnameworkflowtemplate_sync]
// [END dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_locationnameworkflowtemplate_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_regionnameworkflowtemplate_sync]
// [START dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_regionnameworkflowtemplate_sync]
import com.google.cloud.dataproc.v1.RegionName;
import com.google.cloud.dataproc.v1.WorkflowTemplate;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
Expand All @@ -40,5 +39,4 @@ public static void syncCreateWorkflowTemplateRegionnameWorkflowtemplate() throws
}
}
}
// [END
// dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_regionnameworkflowtemplate_sync]
// [END dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_regionnameworkflowtemplate_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_stringworkflowtemplate_sync]
// [START dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_stringworkflowtemplate_sync]
import com.google.cloud.dataproc.v1.RegionName;
import com.google.cloud.dataproc.v1.WorkflowTemplate;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
Expand All @@ -40,5 +39,4 @@ public static void syncCreateWorkflowTemplateStringWorkflowtemplate() throws Exc
}
}
}
// [END
// dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_stringworkflowtemplate_sync]
// [END dataproc_v1_generated_workflowtemplateserviceclient_createworkflowtemplate_stringworkflowtemplate_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import com.google.cloud.dataproc.v1.DeleteWorkflowTemplateRequest;
import com.google.cloud.dataproc.v1.WorkflowTemplateName;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
import com.google.protobuf.Empty;

public class SyncDeleteWorkflowTemplate {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// [START dataproc_v1_generated_workflowtemplateserviceclient_deleteworkflowtemplate_string_sync]
import com.google.cloud.dataproc.v1.WorkflowTemplateName;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
import com.google.protobuf.Empty;

public class SyncDeleteWorkflowTemplateString {

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

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_deleteworkflowtemplate_workflowtemplatename_sync]
// [START dataproc_v1_generated_workflowtemplateserviceclient_deleteworkflowtemplate_workflowtemplatename_sync]
import com.google.cloud.dataproc.v1.WorkflowTemplateName;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
import com.google.protobuf.Empty;

public class SyncDeleteWorkflowTemplateWorkflowtemplatename {

Expand All @@ -39,5 +39,4 @@ public static void syncDeleteWorkflowTemplateWorkflowtemplatename() throws Excep
}
}
}
// [END
// dataproc_v1_generated_workflowtemplateserviceclient_deleteworkflowtemplate_workflowtemplatename_sync]
// [END dataproc_v1_generated_workflowtemplateserviceclient_deleteworkflowtemplate_workflowtemplatename_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_getworkflowtemplate_workflowtemplatename_sync]
// [START dataproc_v1_generated_workflowtemplateserviceclient_getworkflowtemplate_workflowtemplatename_sync]
import com.google.cloud.dataproc.v1.WorkflowTemplate;
import com.google.cloud.dataproc.v1.WorkflowTemplateName;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
Expand All @@ -40,5 +39,4 @@ public static void syncGetWorkflowTemplateWorkflowtemplatename() throws Exceptio
}
}
}
// [END
// dataproc_v1_generated_workflowtemplateserviceclient_getworkflowtemplate_workflowtemplatename_sync]
// [END dataproc_v1_generated_workflowtemplateserviceclient_getworkflowtemplate_workflowtemplatename_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_async]
// [START dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.dataproc.v1.InstantiateInlineWorkflowTemplateRequest;
import com.google.cloud.dataproc.v1.RegionName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_lro_async]
// [START dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_lro_async]
import com.google.api.gax.longrunning.OperationFuture;
import com.google.cloud.dataproc.v1.InstantiateInlineWorkflowTemplateRequest;
import com.google.cloud.dataproc.v1.RegionName;
Expand Down Expand Up @@ -52,5 +51,4 @@ public static void asyncInstantiateInlineWorkflowTemplateLRO() throws Exception
}
}
}
// [END
// dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_lro_async]
// [END dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_lro_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

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

// [START
// dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_sync]
// [START dataproc_v1_generated_workflowtemplateserviceclient_instantiateinlineworkflowtemplate_sync]
import com.google.cloud.dataproc.v1.InstantiateInlineWorkflowTemplateRequest;
import com.google.cloud.dataproc.v1.RegionName;
import com.google.cloud.dataproc.v1.WorkflowTemplate;
import com.google.cloud.dataproc.v1.WorkflowTemplateServiceClient;
import com.google.protobuf.Empty;

public class SyncInstantiateInlineWorkflowTemplate {

Expand Down
Loading

0 comments on commit bc01b8c

Please sign in to comment.