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

Commit f174b99

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): updated javadocs from protos (#40)
1 parent 9f58546 commit f174b99

File tree

80 files changed

+2592
-1010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2592
-1010
lines changed

google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/ClusterControllerClient.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public final OperationsClient getOperationsClient() {
195195
*
196196
* @param projectId Required. The ID of the Google Cloud Platform project that the cluster belongs
197197
* to.
198-
* @param region Required. The Cloud Dataproc region in which to handle the request.
198+
* @param region Required. The Dataproc region in which to handle the request.
199199
* @param cluster Required. The cluster to create.
200200
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
201201
*/
@@ -323,7 +323,7 @@ public final UnaryCallable<CreateClusterRequest, Operation> createClusterCallabl
323323
* </code></pre>
324324
*
325325
* @param projectId Required. The ID of the Google Cloud Platform project the cluster belongs to.
326-
* @param region Required. The Cloud Dataproc region in which to handle the request.
326+
* @param region Required. The Dataproc region in which to handle the request.
327327
* @param clusterName Required. The cluster name.
328328
* @param cluster Required. The changes to the cluster.
329329
* @param updateMask Required. Specifies the path, relative to `Cluster`, of the field to update.
@@ -486,7 +486,7 @@ public final UnaryCallable<UpdateClusterRequest, Operation> updateClusterCallabl
486486
*
487487
* @param projectId Required. The ID of the Google Cloud Platform project that the cluster belongs
488488
* to.
489-
* @param region Required. The Cloud Dataproc region in which to handle the request.
489+
* @param region Required. The Dataproc region in which to handle the request.
490490
* @param clusterName Required. The cluster name.
491491
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
492492
*/
@@ -611,7 +611,7 @@ public final UnaryCallable<DeleteClusterRequest, Operation> deleteClusterCallabl
611611
*
612612
* @param projectId Required. The ID of the Google Cloud Platform project that the cluster belongs
613613
* to.
614-
* @param region Required. The Cloud Dataproc region in which to handle the request.
614+
* @param region Required. The Dataproc region in which to handle the request.
615615
* @param clusterName Required. The cluster name.
616616
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
617617
*/
@@ -697,7 +697,7 @@ public final UnaryCallable<GetClusterRequest, Cluster> getClusterCallable() {
697697
*
698698
* @param projectId Required. The ID of the Google Cloud Platform project that the cluster belongs
699699
* to.
700-
* @param region Required. The Cloud Dataproc region in which to handle the request.
700+
* @param region Required. The Dataproc region in which to handle the request.
701701
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
702702
*/
703703
public final ListClustersPagedResponse listClusters(String projectId, String region) {
@@ -725,7 +725,7 @@ public final ListClustersPagedResponse listClusters(String projectId, String reg
725725
*
726726
* @param projectId Required. The ID of the Google Cloud Platform project that the cluster belongs
727727
* to.
728-
* @param region Required. The Cloud Dataproc region in which to handle the request.
728+
* @param region Required. The Dataproc region in which to handle the request.
729729
* @param filter Optional. A filter constraining the clusters to list. Filters are case-sensitive
730730
* and have the following syntax:
731731
* <p>field = value [AND [field = value]] ...
@@ -862,7 +862,7 @@ public final UnaryCallable<ListClustersRequest, ListClustersResponse> listCluste
862862
*
863863
* @param projectId Required. The ID of the Google Cloud Platform project that the cluster belongs
864864
* to.
865-
* @param region Required. The Cloud Dataproc region in which to handle the request.
865+
* @param region Required. The Dataproc region in which to handle the request.
866866
* @param clusterName Required. The cluster name.
867867
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
868868
*/

google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/JobControllerClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public JobControllerStub getStub() {
172172
* </code></pre>
173173
*
174174
* @param projectId Required. The ID of the Google Cloud Platform project that the job belongs to.
175-
* @param region Required. The Cloud Dataproc region in which to handle the request.
175+
* @param region Required. The Dataproc region in which to handle the request.
176176
* @param job Required. The job resource.
177177
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
178178
*/
@@ -252,7 +252,7 @@ public final UnaryCallable<SubmitJobRequest, Job> submitJobCallable() {
252252
* </code></pre>
253253
*
254254
* @param projectId Required. The ID of the Google Cloud Platform project that the job belongs to.
255-
* @param region Required. The Cloud Dataproc region in which to handle the request.
255+
* @param region Required. The Dataproc region in which to handle the request.
256256
* @param jobId Required. The job ID.
257257
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
258258
*/
@@ -337,7 +337,7 @@ public final UnaryCallable<GetJobRequest, Job> getJobCallable() {
337337
* </code></pre>
338338
*
339339
* @param projectId Required. The ID of the Google Cloud Platform project that the job belongs to.
340-
* @param region Required. The Cloud Dataproc region in which to handle the request.
340+
* @param region Required. The Dataproc region in which to handle the request.
341341
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
342342
*/
343343
public final ListJobsPagedResponse listJobs(String projectId, String region) {
@@ -364,7 +364,7 @@ public final ListJobsPagedResponse listJobs(String projectId, String region) {
364364
* </code></pre>
365365
*
366366
* @param projectId Required. The ID of the Google Cloud Platform project that the job belongs to.
367-
* @param region Required. The Cloud Dataproc region in which to handle the request.
367+
* @param region Required. The Dataproc region in which to handle the request.
368368
* @param filter Optional. A filter constraining the jobs to list. Filters are case-sensitive and
369369
* have the following syntax:
370370
* <p>[field = value] AND [field [= value]] ...
@@ -551,7 +551,7 @@ public final UnaryCallable<UpdateJobRequest, Job> updateJobCallable() {
551551
* </code></pre>
552552
*
553553
* @param projectId Required. The ID of the Google Cloud Platform project that the job belongs to.
554-
* @param region Required. The Cloud Dataproc region in which to handle the request.
554+
* @param region Required. The Dataproc region in which to handle the request.
555555
* @param jobId Required. The job ID.
556556
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
557557
*/
@@ -640,7 +640,7 @@ public final UnaryCallable<CancelJobRequest, Job> cancelJobCallable() {
640640
* </code></pre>
641641
*
642642
* @param projectId Required. The ID of the Google Cloud Platform project that the job belongs to.
643-
* @param region Required. The Cloud Dataproc region in which to handle the request.
643+
* @param region Required. The Dataproc region in which to handle the request.
644644
* @param jobId Required. The job ID.
645645
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
646646
*/

google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/WorkflowTemplateServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// AUTO-GENERATED DOCUMENTATION AND SERVICE
4343
/**
44-
* Service Description: The API interface for managing Workflow Templates in the Cloud Dataproc API.
44+
* Service Description: The API interface for managing Workflow Templates in the Dataproc API.
4545
*
4646
* <p>This class provides the ability to make remote calls to the backing service through method
4747
* calls that map to API methods. Sample code to get started:

google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/package-info.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
*
5757
* ============================= WorkflowTemplateServiceClient =============================
5858
*
59-
* <p>Service Description: The API interface for managing Workflow Templates in the Cloud Dataproc
60-
* API.
59+
* <p>Service Description: The API interface for managing Workflow Templates in the Dataproc API.
6160
*
6261
* <p>Sample for WorkflowTemplateServiceClient:
6362
*

grpc-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/AutoscalingPolicyServiceGrpc.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* <pre>
2929
* The API interface for managing autoscaling policies in the
30-
* Google Cloud Dataproc API.
30+
* Dataproc API.
3131
* </pre>
3232
*/
3333
@javax.annotation.Generated(
@@ -377,7 +377,7 @@ public static AutoscalingPolicyServiceFutureStub newFutureStub(io.grpc.Channel c
377377
*
378378
* <pre>
379379
* The API interface for managing autoscaling policies in the
380-
* Google Cloud Dataproc API.
380+
* Dataproc API.
381381
* </pre>
382382
*/
383383
public abstract static class AutoscalingPolicyServiceImplBase implements io.grpc.BindableService {
@@ -500,7 +500,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
500500
*
501501
* <pre>
502502
* The API interface for managing autoscaling policies in the
503-
* Google Cloud Dataproc API.
503+
* Dataproc API.
504504
* </pre>
505505
*/
506506
public static final class AutoscalingPolicyServiceStub
@@ -612,7 +612,7 @@ public void deleteAutoscalingPolicy(
612612
*
613613
* <pre>
614614
* The API interface for managing autoscaling policies in the
615-
* Google Cloud Dataproc API.
615+
* Dataproc API.
616616
* </pre>
617617
*/
618618
public static final class AutoscalingPolicyServiceBlockingStub
@@ -706,7 +706,7 @@ public com.google.protobuf.Empty deleteAutoscalingPolicy(
706706
*
707707
* <pre>
708708
* The API interface for managing autoscaling policies in the
709-
* Google Cloud Dataproc API.
709+
* Dataproc API.
710710
* </pre>
711711
*/
712712
public static final class AutoscalingPolicyServiceFutureStub

grpc-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/WorkflowTemplateServiceGrpc.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* <pre>
2929
* The API interface for managing Workflow Templates in the
30-
* Cloud Dataproc API.
30+
* Dataproc API.
3131
* </pre>
3232
*/
3333
@javax.annotation.Generated(
@@ -506,7 +506,7 @@ public static WorkflowTemplateServiceFutureStub newFutureStub(io.grpc.Channel ch
506506
*
507507
* <pre>
508508
* The API interface for managing Workflow Templates in the
509-
* Cloud Dataproc API.
509+
* Dataproc API.
510510
* </pre>
511511
*/
512512
public abstract static class WorkflowTemplateServiceImplBase implements io.grpc.BindableService {
@@ -703,7 +703,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
703703
*
704704
* <pre>
705705
* The API interface for managing Workflow Templates in the
706-
* Cloud Dataproc API.
706+
* Dataproc API.
707707
* </pre>
708708
*/
709709
public static final class WorkflowTemplateServiceStub
@@ -881,7 +881,7 @@ public void deleteWorkflowTemplate(
881881
*
882882
* <pre>
883883
* The API interface for managing Workflow Templates in the
884-
* Cloud Dataproc API.
884+
* Dataproc API.
885885
* </pre>
886886
*/
887887
public static final class WorkflowTemplateServiceBlockingStub
@@ -1037,7 +1037,7 @@ public com.google.protobuf.Empty deleteWorkflowTemplate(
10371037
*
10381038
* <pre>
10391039
* The API interface for managing Workflow Templates in the
1040-
* Cloud Dataproc API.
1040+
* Dataproc API.
10411041
* </pre>
10421042
*/
10431043
public static final class WorkflowTemplateServiceFutureStub

proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/AcceleratorConfig.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
131131
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
132132
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
133133
* * `nvidia-tesla-k80`
134-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
134+
* **Auto Zone Exception**: If you are using the Dataproc
135135
* [Auto Zone
136136
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
137137
* feature, you must use the short name of the accelerator type
@@ -165,7 +165,7 @@ public java.lang.String getAcceleratorTypeUri() {
165165
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
166166
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
167167
* * `nvidia-tesla-k80`
168-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
168+
* **Auto Zone Exception**: If you are using the Dataproc
169169
* [Auto Zone
170170
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
171171
* feature, you must use the short name of the accelerator type
@@ -550,7 +550,7 @@ public Builder mergeFrom(
550550
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
551551
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
552552
* * `nvidia-tesla-k80`
553-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
553+
* **Auto Zone Exception**: If you are using the Dataproc
554554
* [Auto Zone
555555
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
556556
* feature, you must use the short name of the accelerator type
@@ -584,7 +584,7 @@ public java.lang.String getAcceleratorTypeUri() {
584584
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
585585
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
586586
* * `nvidia-tesla-k80`
587-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
587+
* **Auto Zone Exception**: If you are using the Dataproc
588588
* [Auto Zone
589589
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
590590
* feature, you must use the short name of the accelerator type
@@ -618,7 +618,7 @@ public com.google.protobuf.ByteString getAcceleratorTypeUriBytes() {
618618
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
619619
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
620620
* * `nvidia-tesla-k80`
621-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
621+
* **Auto Zone Exception**: If you are using the Dataproc
622622
* [Auto Zone
623623
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
624624
* feature, you must use the short name of the accelerator type
@@ -651,7 +651,7 @@ public Builder setAcceleratorTypeUri(java.lang.String value) {
651651
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
652652
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
653653
* * `nvidia-tesla-k80`
654-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
654+
* **Auto Zone Exception**: If you are using the Dataproc
655655
* [Auto Zone
656656
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
657657
* feature, you must use the short name of the accelerator type
@@ -680,7 +680,7 @@ public Builder clearAcceleratorTypeUri() {
680680
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
681681
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
682682
* * `nvidia-tesla-k80`
683-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
683+
* **Auto Zone Exception**: If you are using the Dataproc
684684
* [Auto Zone
685685
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
686686
* feature, you must use the short name of the accelerator type

proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/AcceleratorConfigOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public interface AcceleratorConfigOrBuilder
3535
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
3636
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
3737
* * `nvidia-tesla-k80`
38-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
38+
* **Auto Zone Exception**: If you are using the Dataproc
3939
* [Auto Zone
4040
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
4141
* feature, you must use the short name of the accelerator type
@@ -59,7 +59,7 @@ public interface AcceleratorConfigOrBuilder
5959
* * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
6060
* * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
6161
* * `nvidia-tesla-k80`
62-
* **Auto Zone Exception**: If you are using the Cloud Dataproc
62+
* **Auto Zone Exception**: If you are using the Dataproc
6363
* [Auto Zone
6464
* Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
6565
* feature, you must use the short name of the accelerator type

proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/AutoscalingConfig.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
122122
* Examples:
123123
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
124124
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
125-
* Note that the policy must be in the same project and Cloud Dataproc region.
125+
* Note that the policy must be in the same project and Dataproc region.
126126
* </pre>
127127
*
128128
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -149,7 +149,7 @@ public java.lang.String getPolicyUri() {
149149
* Examples:
150150
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
151151
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
152-
* Note that the policy must be in the same project and Cloud Dataproc region.
152+
* Note that the policy must be in the same project and Dataproc region.
153153
* </pre>
154154
*
155155
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -494,7 +494,7 @@ public Builder mergeFrom(
494494
* Examples:
495495
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
496496
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
497-
* Note that the policy must be in the same project and Cloud Dataproc region.
497+
* Note that the policy must be in the same project and Dataproc region.
498498
* </pre>
499499
*
500500
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -521,7 +521,7 @@ public java.lang.String getPolicyUri() {
521521
* Examples:
522522
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
523523
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
524-
* Note that the policy must be in the same project and Cloud Dataproc region.
524+
* Note that the policy must be in the same project and Dataproc region.
525525
* </pre>
526526
*
527527
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -548,7 +548,7 @@ public com.google.protobuf.ByteString getPolicyUriBytes() {
548548
* Examples:
549549
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
550550
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
551-
* Note that the policy must be in the same project and Cloud Dataproc region.
551+
* Note that the policy must be in the same project and Dataproc region.
552552
* </pre>
553553
*
554554
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -574,7 +574,7 @@ public Builder setPolicyUri(java.lang.String value) {
574574
* Examples:
575575
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
576576
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
577-
* Note that the policy must be in the same project and Cloud Dataproc region.
577+
* Note that the policy must be in the same project and Dataproc region.
578578
* </pre>
579579
*
580580
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -596,7 +596,7 @@ public Builder clearPolicyUri() {
596596
* Examples:
597597
* * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
598598
* * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
599-
* Note that the policy must be in the same project and Cloud Dataproc region.
599+
* Note that the policy must be in the same project and Dataproc region.
600600
* </pre>
601601
*
602602
* <code>string policy_uri = 1 [(.google.api.field_behavior) = OPTIONAL];</code>

0 commit comments

Comments
 (0)