File tree 3 files changed +14
-14
lines changed
src/main/java/com/example/asset 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.cloud</groupId >
38
38
<artifactId >google-cloud-asset</artifactId >
39
- <version >0.63 .0-beta</version >
39
+ <version >0.86 .0-beta</version >
40
40
</dependency >
41
41
<!-- [END asset_java_dependencies] -->
42
42
56
56
<dependency >
57
57
<groupId >com.google.cloud</groupId >
58
58
<artifactId >google-cloud-storage</artifactId >
59
- <version >1.38 .0</version >
59
+ <version >1.68 .0</version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
</dependencies >
Original file line number Diff line number Diff line change 20
20
// Imports the Google Cloud client library
21
21
22
22
import com .google .cloud .ServiceOptions ;
23
- import com .google .cloud .asset .v1beta1 .AssetServiceClient ;
24
- import com .google .cloud .asset .v1beta1 .BatchGetAssetsHistoryRequest ;
25
- import com .google .cloud .asset .v1beta1 .BatchGetAssetsHistoryResponse ;
26
- import com .google .cloud .asset .v1beta1 .ContentType ;
27
- import com .google .cloud .asset .v1beta1 .ProjectName ;
28
- import com .google .cloud .asset .v1beta1 .TimeWindow ;
23
+ import com .google .cloud .asset .v1 .AssetServiceClient ;
24
+ import com .google .cloud .asset .v1 .BatchGetAssetsHistoryRequest ;
25
+ import com .google .cloud .asset .v1 .BatchGetAssetsHistoryResponse ;
26
+ import com .google .cloud .asset .v1 .ContentType ;
27
+ import com .google .cloud .asset .v1 .ProjectName ;
28
+ import com .google .cloud .asset .v1 .TimeWindow ;
29
29
import java .util .Arrays ;
30
30
31
31
public class BatchGetAssetsHistoryExample {
Original file line number Diff line number Diff line change 20
20
// Imports the Google Cloud client library
21
21
22
22
import com .google .cloud .ServiceOptions ;
23
- import com .google .cloud .asset .v1beta1 .AssetServiceClient ;
24
- import com .google .cloud .asset .v1beta1 .ExportAssetsRequest ;
25
- import com .google .cloud .asset .v1beta1 .ExportAssetsResponse ;
26
- import com .google .cloud .asset .v1beta1 .GcsDestination ;
27
- import com .google .cloud .asset .v1beta1 .OutputConfig ;
28
- import com .google .cloud .asset .v1beta1 .ProjectName ;
23
+ import com .google .cloud .asset .v1 .AssetServiceClient ;
24
+ import com .google .cloud .asset .v1 .ExportAssetsRequest ;
25
+ import com .google .cloud .asset .v1 .ExportAssetsResponse ;
26
+ import com .google .cloud .asset .v1 .GcsDestination ;
27
+ import com .google .cloud .asset .v1 .OutputConfig ;
28
+ import com .google .cloud .asset .v1 .ProjectName ;
29
29
30
30
public class ExportAssetsExample {
31
31
You can’t perform that action at this time.
0 commit comments