@@ -481,10 +481,16 @@ public abstract static class AssetServiceImplBase implements io.grpc.BindableSer
481
481
*
482
482
* <pre>
483
483
* Exports assets with time and resource types to a given Cloud Storage
484
- * location. The output format is newline-delimited JSON.
485
- * This API implements the
486
- * [google.longrunning.Operation][google.longrunning.Operation] API allowing
487
- * you to keep track of the export.
484
+ * location/BigQuery table. For Cloud Storage location destinations, the
485
+ * output format is newline-delimited JSON. Each line represents a
486
+ * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
487
+ * format; for BigQuery table destinations, the output table stores the fields
488
+ * in asset proto as columns. This API implements the
489
+ * [google.longrunning.Operation][google.longrunning.Operation] API , which
490
+ * allows you to keep track of the export. We recommend intervals of at least
491
+ * 2 seconds with exponential retry to poll the export operation result. For
492
+ * regular-size resource parent, the export operation usually finishes within
493
+ * 5 minutes.
488
494
* </pre>
489
495
*/
490
496
public void exportAssets (
@@ -498,10 +504,10 @@ public void exportAssets(
498
504
*
499
505
* <pre>
500
506
* Batch gets the update history of assets that overlap a time window.
501
- * For RESOURCE content, this API outputs history with asset in both
502
- * non-delete or deleted status.
503
507
* For IAM_POLICY content, this API outputs history when the asset and its
504
508
* attached IAM POLICY both exist. This can create gaps in the output history.
509
+ * Otherwise, this API outputs history with asset in both non-delete or
510
+ * deleted status.
505
511
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
506
512
* error.
507
513
* </pre>
@@ -700,10 +706,16 @@ protected AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
700
706
*
701
707
* <pre>
702
708
* Exports assets with time and resource types to a given Cloud Storage
703
- * location. The output format is newline-delimited JSON.
704
- * This API implements the
705
- * [google.longrunning.Operation][google.longrunning.Operation] API allowing
706
- * you to keep track of the export.
709
+ * location/BigQuery table. For Cloud Storage location destinations, the
710
+ * output format is newline-delimited JSON. Each line represents a
711
+ * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
712
+ * format; for BigQuery table destinations, the output table stores the fields
713
+ * in asset proto as columns. This API implements the
714
+ * [google.longrunning.Operation][google.longrunning.Operation] API , which
715
+ * allows you to keep track of the export. We recommend intervals of at least
716
+ * 2 seconds with exponential retry to poll the export operation result. For
717
+ * regular-size resource parent, the export operation usually finishes within
718
+ * 5 minutes.
707
719
* </pre>
708
720
*/
709
721
public void exportAssets (
@@ -720,10 +732,10 @@ public void exportAssets(
720
732
*
721
733
* <pre>
722
734
* Batch gets the update history of assets that overlap a time window.
723
- * For RESOURCE content, this API outputs history with asset in both
724
- * non-delete or deleted status.
725
735
* For IAM_POLICY content, this API outputs history when the asset and its
726
736
* attached IAM POLICY both exist. This can create gaps in the output history.
737
+ * Otherwise, this API outputs history with asset in both non-delete or
738
+ * deleted status.
727
739
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
728
740
* error.
729
741
* </pre>
@@ -874,10 +886,16 @@ protected AssetServiceBlockingStub build(
874
886
*
875
887
* <pre>
876
888
* Exports assets with time and resource types to a given Cloud Storage
877
- * location. The output format is newline-delimited JSON.
878
- * This API implements the
879
- * [google.longrunning.Operation][google.longrunning.Operation] API allowing
880
- * you to keep track of the export.
889
+ * location/BigQuery table. For Cloud Storage location destinations, the
890
+ * output format is newline-delimited JSON. Each line represents a
891
+ * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
892
+ * format; for BigQuery table destinations, the output table stores the fields
893
+ * in asset proto as columns. This API implements the
894
+ * [google.longrunning.Operation][google.longrunning.Operation] API , which
895
+ * allows you to keep track of the export. We recommend intervals of at least
896
+ * 2 seconds with exponential retry to poll the export operation result. For
897
+ * regular-size resource parent, the export operation usually finishes within
898
+ * 5 minutes.
881
899
* </pre>
882
900
*/
883
901
public com .google .longrunning .Operation exportAssets (
@@ -890,10 +908,10 @@ public com.google.longrunning.Operation exportAssets(
890
908
*
891
909
* <pre>
892
910
* Batch gets the update history of assets that overlap a time window.
893
- * For RESOURCE content, this API outputs history with asset in both
894
- * non-delete or deleted status.
895
911
* For IAM_POLICY content, this API outputs history when the asset and its
896
912
* attached IAM POLICY both exist. This can create gaps in the output history.
913
+ * Otherwise, this API outputs history with asset in both non-delete or
914
+ * deleted status.
897
915
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
898
916
* error.
899
917
* </pre>
@@ -1022,10 +1040,16 @@ protected AssetServiceFutureStub build(
1022
1040
*
1023
1041
* <pre>
1024
1042
* Exports assets with time and resource types to a given Cloud Storage
1025
- * location. The output format is newline-delimited JSON.
1026
- * This API implements the
1027
- * [google.longrunning.Operation][google.longrunning.Operation] API allowing
1028
- * you to keep track of the export.
1043
+ * location/BigQuery table. For Cloud Storage location destinations, the
1044
+ * output format is newline-delimited JSON. Each line represents a
1045
+ * [google.cloud.asset.v1.Asset][google.cloud.asset.v1.Asset] in the JSON
1046
+ * format; for BigQuery table destinations, the output table stores the fields
1047
+ * in asset proto as columns. This API implements the
1048
+ * [google.longrunning.Operation][google.longrunning.Operation] API , which
1049
+ * allows you to keep track of the export. We recommend intervals of at least
1050
+ * 2 seconds with exponential retry to poll the export operation result. For
1051
+ * regular-size resource parent, the export operation usually finishes within
1052
+ * 5 minutes.
1029
1053
* </pre>
1030
1054
*/
1031
1055
public com .google .common .util .concurrent .ListenableFuture <com .google .longrunning .Operation >
@@ -1039,10 +1063,10 @@ protected AssetServiceFutureStub build(
1039
1063
*
1040
1064
* <pre>
1041
1065
* Batch gets the update history of assets that overlap a time window.
1042
- * For RESOURCE content, this API outputs history with asset in both
1043
- * non-delete or deleted status.
1044
1066
* For IAM_POLICY content, this API outputs history when the asset and its
1045
1067
* attached IAM POLICY both exist. This can create gaps in the output history.
1068
+ * Otherwise, this API outputs history with asset in both non-delete or
1069
+ * deleted status.
1046
1070
* If a specified asset does not exist, this API returns an INVALID_ARGUMENT
1047
1071
* error.
1048
1072
* </pre>
0 commit comments