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": "lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.",
See the [Authentication][authentication] section in the base directory's README.
38
60
39
-
## About Cloud Build
40
-
41
-
[Cloud Build][api-reference] is a suite of Machine Learning products.
42
-
43
-
See the [Cloud Build client library docs][javadocs] to learn how to
44
-
use this Cloud Build Client Library.
45
-
46
61
## Getting Started
47
62
48
63
### Prerequisites
49
64
50
-
You will need a [Google Developers Console][developer-console] project with the
51
-
Cloud Build API enabled. [Follow these instructions][create-project] to get your
52
-
project set up. You will also need to set up the local development environment by
65
+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Build [API enabled][enable-api].
66
+
67
+
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
53
68
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
54
69
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
55
70
@@ -58,6 +73,17 @@ project set up. You will also need to set up the local development environment b
58
73
You'll need to obtain the `google-cloud-build` library. See the [Quickstart](#quickstart) section
59
74
to add `google-cloud-build` as a dependency in your code.
60
75
76
+
## About Cloud Build
77
+
78
+
79
+
[Cloud Build][product-docs] lets you build software quickly across all languages. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.
80
+
81
+
See the [Cloud Build client library docs][javadocs] to learn how to
82
+
use this Cloud Build Client Library.
83
+
84
+
85
+
86
+
61
87
## Troubleshooting
62
88
63
89
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
@@ -74,14 +100,14 @@ Java 7 or above is required for using this client.
74
100
75
101
This library follows [Semantic Versioning](http://semver.org/).
76
102
77
-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
78
-
and the public API should not be considered stable.
103
+
79
104
80
105
## Contributing
81
106
107
+
82
108
Contributions to this library are always welcome and highly encouraged.
83
109
84
-
See [CONTRIBUTING.md][contributing]documentation for more information on how to get started.
110
+
See [CONTRIBUTING][contributing] for more information how to get started.
85
111
86
112
Please note that this project is released with a Contributor Code of Conduct. By participating in
87
113
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
0 commit comments