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

Commit b541715

Browse files
docs(regen): updated docs from proto comments (#87)
1 parent e1b4c11 commit b541715

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ public final UnaryCallable<ListClustersRequest, ListClustersResponse> listCluste
847847
* [Operation.metadata][google.longrunning.Operation.metadata] will be
848848
* [ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata).
849849
* After the operation completes, [Operation.response][google.longrunning.Operation.response]
850-
* contains [Empty](google.protobuf.Empty).
850+
* contains [Empty][google.protobuf.Empty].
851851
*
852852
* <p>Sample code:
853853
*
@@ -885,7 +885,7 @@ public final OperationFuture<Empty, DiagnoseClusterResults> diagnoseClusterAsync
885885
* [Operation.metadata][google.longrunning.Operation.metadata] will be
886886
* [ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata).
887887
* After the operation completes, [Operation.response][google.longrunning.Operation.response]
888-
* contains [Empty](google.protobuf.Empty).
888+
* contains [Empty][google.protobuf.Empty].
889889
*
890890
* <p>Sample code:
891891
*
@@ -919,7 +919,7 @@ public final OperationFuture<Empty, DiagnoseClusterResults> diagnoseClusterAsync
919919
* [Operation.metadata][google.longrunning.Operation.metadata] will be
920920
* [ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata).
921921
* After the operation completes, [Operation.response][google.longrunning.Operation.response]
922-
* contains [Empty](google.protobuf.Empty).
922+
* contains [Empty][google.protobuf.Empty].
923923
*
924924
* <p>Sample code:
925925
*
@@ -951,7 +951,7 @@ public final OperationFuture<Empty, DiagnoseClusterResults> diagnoseClusterAsync
951951
* [Operation.metadata][google.longrunning.Operation.metadata] will be
952952
* [ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata).
953953
* After the operation completes, [Operation.response][google.longrunning.Operation.response]
954-
* contains [Empty](google.protobuf.Empty).
954+
* contains [Empty][google.protobuf.Empty].
955955
*
956956
* <p>Sample code:
957957
*

grpc-google-cloud-dataproc-v1beta2/src/main/java/com/google/cloud/dataproc/v1beta2/ClusterControllerGrpc.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ public void listClusters(
486486
* After the operation completes,
487487
* [Operation.response][google.longrunning.Operation.response]
488488
* contains
489-
* [Empty](google.protobuf.Empty).
489+
* [Empty][google.protobuf.Empty].
490490
* </pre>
491491
*/
492492
public void diagnoseCluster(
@@ -660,7 +660,7 @@ public void listClusters(
660660
* After the operation completes,
661661
* [Operation.response][google.longrunning.Operation.response]
662662
* contains
663-
* [Empty](google.protobuf.Empty).
663+
* [Empty][google.protobuf.Empty].
664664
* </pre>
665665
*/
666666
public void diagnoseCluster(
@@ -779,7 +779,7 @@ public com.google.cloud.dataproc.v1beta2.ListClustersResponse listClusters(
779779
* After the operation completes,
780780
* [Operation.response][google.longrunning.Operation.response]
781781
* contains
782-
* [Empty](google.protobuf.Empty).
782+
* [Empty][google.protobuf.Empty].
783783
* </pre>
784784
*/
785785
public com.google.longrunning.Operation diagnoseCluster(
@@ -896,7 +896,7 @@ protected ClusterControllerFutureStub build(
896896
* After the operation completes,
897897
* [Operation.response][google.longrunning.Operation.response]
898898
* contains
899-
* [Empty](google.protobuf.Empty).
899+
* [Empty][google.protobuf.Empty].
900900
* </pre>
901901
*/
902902
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>

proto-google-cloud-dataproc-v1beta2/src/main/proto/google/cloud/dataproc/v1beta2/clusters.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ service ClusterController {
104104
// After the operation completes,
105105
// [Operation.response][google.longrunning.Operation.response]
106106
// contains
107-
// [Empty](google.protobuf.Empty).
107+
// [Empty][google.protobuf.Empty].
108108
rpc DiagnoseCluster(DiagnoseClusterRequest) returns (google.longrunning.Operation) {
109109
option (google.api.http) = {
110110
post: "/v1beta2/projects/{project_id}/regions/{region}/clusters/{cluster_name}:diagnose"

synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2020-02-24T22:48:54.326367Z",
2+
"updateTime": "2020-02-25T22:47:34.567258Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,9 +12,9 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "1e47e676cddbbd8d93f19ba0665af15b5532417e",
16-
"internalRef": "296901854",
17-
"log": "1e47e676cddbbd8d93f19ba0665af15b5532417e\nFix: Restore a method signature for UpdateCluster\n\nPiperOrigin-RevId: 296901854\n\n"
15+
"sha": "0aba1900ffef672ec5f0da677cf590ee5686e13b",
16+
"internalRef": "297204568",
17+
"log": "0aba1900ffef672ec5f0da677cf590ee5686e13b\ncluster: use square brace for cross-reference\n\nPiperOrigin-RevId: 297204568\n\n5dac2da18f6325cbaed54603c43f0667ecd50247\nRestore retry params in gapic config because securitycenter has non-standard default retry params.\nRestore a few retry codes for some idempotent methods.\n\nPiperOrigin-RevId: 297196720\n\n1eb61455530252bba8b2c8d4bc9832960e5a56f6\npubsub: v1 replace IAM HTTP rules\n\nPiperOrigin-RevId: 297188590\n\n80b2d25f8d43d9d47024ff06ead7f7166548a7ba\nDialogflow weekly v2/v2beta1 library update:\n - updates to mega agent api\n - adding field mask override control for output audio config\nImportant updates are also posted at:\nhttps://cloud.google.com/dialogflow/docs/release-notes\n\nPiperOrigin-RevId: 297187629\n\n0b1876b35e98f560f9c9ca9797955f020238a092\nUse an older version of protoc-docs-plugin that is compatible with the specified gapic-generator and protobuf versions.\n\nprotoc-docs-plugin >=0.4.0 (see commit https://github.com/googleapis/protoc-docs-plugin/commit/979f03ede6678c487337f3d7e88bae58df5207af) is incompatible with protobuf 3.9.1.\n\nPiperOrigin-RevId: 296986742\n\n"
1818
}
1919
},
2020
{

0 commit comments

Comments
 (0)