You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-grpc/grpc-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetServiceGrpc.java
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -169,8 +169,9 @@ public abstract static class AssetServiceImplBase implements io.grpc.BindableSer
169
169
* <pre>
170
170
* Exports assets with time and resource types to a given Cloud Storage
171
171
* location. The output format is newline-delimited JSON.
172
-
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
173
-
* to keep track of the export.
172
+
* This API implements the
173
+
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
174
+
* you to keep track of the export.
174
175
* </pre>
175
176
*/
176
177
publicvoidexportAssets(
@@ -244,8 +245,9 @@ protected AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
244
245
* <pre>
245
246
* Exports assets with time and resource types to a given Cloud Storage
246
247
* location. The output format is newline-delimited JSON.
247
-
* This API implements the [google.longrunning.Operation][google.longrunning.Operation] API allowing you
248
-
* to keep track of the export.
248
+
* This API implements the
249
+
* [google.longrunning.Operation][google.longrunning.Operation] API allowing
Copy file name to clipboardExpand all lines: google-api-grpc/proto-google-cloud-asset-v1beta1/src/main/java/com/google/cloud/asset/v1beta1/AssetOrBuilder.java
0 commit comments