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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
"api_description": "provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.",
See the [Authentication][authentication] section in the base directory's README.
56
63
57
-
## About Cloud Asset
58
-
59
-
[Cloud Asset][api-reference] is a suite of Machine Learning products.
60
-
61
-
See the [Cloud Asset client library docs][javadocs] to learn how to
62
-
use this Cloud Asset Client Library.
63
-
64
64
## Getting Started
65
65
66
66
### Prerequisites
67
67
68
-
You will need a [Google Developers Console][developer-console] project with the
69
-
Cloud Asset API enabled. [Follow these instructions][create-project] to get your
70
-
project set up. You will also need to set up the local development environment by
68
+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Asset Inventory [API enabled][enable-api].
69
+
You will need to [enable billing][enable-billing] to use Google Cloud Asset Inventory.
70
+
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
71
71
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
72
72
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
73
73
@@ -76,13 +76,24 @@ project set up. You will also need to set up the local development environment b
76
76
You'll need to obtain the `google-cloud-asset` library. See the [Quickstart](#quickstart) section
77
77
to add `google-cloud-asset` as a dependency in your code.
78
78
79
+
## About Cloud Asset Inventory
80
+
81
+
82
+
[Cloud Asset Inventory][product-docs] provides inventory services based on a time series database. This database keeps a five week history of Google Cloud asset metadata. The Cloud Asset Inventory export service allows you to export all asset metadata at a certain timestamp or export event change history during a timeframe.
83
+
84
+
See the [Cloud Asset Inventory client library docs][javadocs] to learn how to
85
+
use this Cloud Asset Inventory Client Library.
86
+
87
+
88
+
89
+
79
90
## Troubleshooting
80
91
81
92
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
82
93
83
94
## Transport
84
95
85
-
Cloud Asset uses gRPC for the transport layer.
96
+
Cloud Asset Inventory uses gRPC for the transport layer.
86
97
87
98
## Java Versions
88
99
@@ -92,14 +103,17 @@ Java 7 or above is required for using this client.
92
103
93
104
This library follows [Semantic Versioning](http://semver.org/).
94
105
106
+
95
107
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
96
108
and the public API should not be considered stable.
97
109
110
+
98
111
## Contributing
99
112
113
+
100
114
Contributions to this library are always welcome and highly encouraged.
101
115
102
-
See [CONTRIBUTING.md][contributing]documentation for more information on how to get started.
116
+
See [CONTRIBUTING][contributing] for more information how to get started.
103
117
104
118
Please note that this project is released with a Contributor Code of Conduct. By participating in
105
119
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
0 commit comments