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": "a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint."
See the [Authentication][authentication] section in the base directory's README.
60
+
61
+
## Getting Started
62
+
63
+
### Prerequisites
64
+
65
+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Tasks [API enabled][enable-api].
66
+
You will need to [enable billing][enable-billing] to use Google Cloud Tasks.
67
+
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
68
+
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
69
+
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
70
+
71
+
### Installation and setup
57
72
58
-
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) section in the base directory's README.
73
+
You'll need to obtain the `google-cloud-tasks` library. See the [Quickstart](#quickstart) section
74
+
to add `google-cloud-tasks` as a dependency in your code.
59
75
60
-
About Google Cloud Cloud Tasks
61
-
----------------------------
76
+
## About Cloud Tasks
62
77
63
-
Google [Cloud Tasks API][cloud-tasks] manages Cloud Tasks queues and tasks.
64
78
65
-
See the [Cloud Tasks client library docs][tasks-client-lib-docs]to learn how to use this Cloud Tasks API Client Library.
79
+
[Cloud Tasks][product-docs]a fully managed service that allows you to manage the execution, dispatch and delivery of a large number of distributed tasks. You can asynchronously perform work outside of a user request. Your tasks can be executed on App Engine or any arbitrary HTTP endpoint.
66
80
67
-
Getting Started
68
-
---------------
69
-
#### Prerequisites
70
-
You will need a [Google Developers Console](https://console.developers.google.com/) project with the Cloud Tasks API enabled. [Follow these instructions](https://cloud.google.com/resource-manager/docs/creating-managing-projects) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
81
+
See the [Cloud Tasks client library docs][javadocs] to learn how to
82
+
use this Cloud Tasks Client Library.
71
83
72
-
#### Installation and setup
73
-
You'll need to obtain the `google-cloud-tasks` library. See the [Quickstart](#quickstart) section to add `google-cloud-tasks` as a dependency in your code.
74
84
75
-
Troubleshooting
76
-
---------------
77
85
78
-
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
79
86
80
-
Transport
81
-
---------
87
+
## Troubleshooting
88
+
89
+
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
90
+
91
+
## Transport
92
+
82
93
Cloud Tasks uses gRPC for the transport layer.
83
94
84
-
Java Versions
85
-
-------------
95
+
## Java Versions
86
96
87
97
Java 7 or above is required for using this client.
88
98
89
-
Versioning
90
-
----------
99
+
## Versioning
91
100
92
101
This library follows [Semantic Versioning](http://semver.org/).
93
102
94
-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time and the public API should not be considered stable.
95
103
96
-
Contributing
97
-
------------
104
+
105
+
## Contributing
106
+
98
107
99
108
Contributions to this library are always welcome and highly encouraged.
100
109
101
-
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
110
+
See [CONTRIBUTING][contributing] for more information how to get started.
102
111
103
-
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
112
+
Please note that this project is released with a Contributor Code of Conduct. By participating in
113
+
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
114
+
information.
104
115
105
-
License
106
-
-------
116
+
## License
107
117
108
-
Apache 2.0 - See [LICENSE] for more information.
118
+
Apache 2.0 - See [LICENSE][license] for more information.
"log": "29d40b78e3dc1579b0b209463fbcb76e5767f72a\nExpose managedidentities/v1beta1/ API for client library usage.\n\nPiperOrigin-RevId: 292979741\n\na22129a1fb6e18056d576dfb7717aef74b63734a\nExpose managedidentities/v1/ API for client library usage.\n\nPiperOrigin-RevId: 292968186\n\n"
0 commit comments