René's URL Explorer Experiment


Title: AIP-151: Long-running operations

direct link

Domain: google.aip.dev

NoneIE=edge

Links:

AIPs https://google.aip.dev/
Jump to Content https://google.aip.dev/151#page-content
Browse AIPshttps://google.aip.dev/general
Newshttps://google.aip.dev/news
FAQhttps://google.aip.dev/faq
Contributinghttps://google.aip.dev/contributing
API Linter https://linter.aip.dev/
View on GitHub https://github.com/aip-dev/google.aip.dev
AIPs https://google.aip.dev/
Jump to Content https://google.aip.dev/151#page-content
View on GitHub https://github.com/aip-dev/google.aip.dev
Generalhttps://google.aip.dev/general
Google Cloud Platformhttps://google.aip.dev/cloud
Authhttps://google.aip.dev/auth
Client librarieshttps://google.aip.dev/client-libraries
Workspacehttps://google.aip.dev/apps
Actions on Googlehttps://google.aip.dev/aog
1 AIP Purpose and Guidelines https://google.aip.dev/1
2 AIP Numbering https://google.aip.dev/2
3 AIP Versioning https://google.aip.dev/3
8 AIP Style and Guidance https://google.aip.dev/8
9 Glossary https://google.aip.dev/9
100 API Design Review FAQ https://google.aip.dev/100
111 Planes https://google.aip.dev/111
121 Resource-oriented design https://google.aip.dev/121
122 Resource names https://google.aip.dev/122
123 Resource types https://google.aip.dev/123
124 Resource association https://google.aip.dev/124
126 Enumerations https://google.aip.dev/126
127 HTTP and gRPC Transcoding https://google.aip.dev/127
128 Declarative-friendly interfaces https://google.aip.dev/128
129 Server-Modified Values and Defaults https://google.aip.dev/129
130 Methods https://google.aip.dev/130
131 Standard methods: Get https://google.aip.dev/131
132 Standard methods: List https://google.aip.dev/132
133 Standard methods: Create https://google.aip.dev/133
134 Standard methods: Update https://google.aip.dev/134
135 Standard methods: Delete https://google.aip.dev/135
136 Custom methods https://google.aip.dev/136
140 Field names https://google.aip.dev/140
141 Quantities https://google.aip.dev/141
142 Time and duration https://google.aip.dev/142
143 Standardized codes https://google.aip.dev/143
144 Repeated fields https://google.aip.dev/144
145 Ranges https://google.aip.dev/145
146 Generic fields https://google.aip.dev/146
147 Sensitive fields https://google.aip.dev/147
148 Standard fields https://google.aip.dev/148
149 Unset field values https://google.aip.dev/149
151 Long-running operations https://google.aip.dev/151
152 Jobs https://google.aip.dev/152
153 Import and export https://google.aip.dev/153
154 Resource freshness validation https://google.aip.dev/154
155 Request identification https://google.aip.dev/155
156 Singleton resources https://google.aip.dev/156
157 Partial responses https://google.aip.dev/157
158 Pagination https://google.aip.dev/158
159 Reading across collections https://google.aip.dev/159
160 Filtering https://google.aip.dev/160
161 Field masks https://google.aip.dev/161
162 Resource Revisions https://google.aip.dev/162
163 Change validation https://google.aip.dev/163
164 Soft delete https://google.aip.dev/164
165 Criteria-based delete https://google.aip.dev/165
180 Backwards compatibility https://google.aip.dev/180
181 Stability levels https://google.aip.dev/181
182 External software dependencies https://google.aip.dev/182
185 API Versioning https://google.aip.dev/185
190 Naming conventions https://google.aip.dev/190
191 File and directory structure https://google.aip.dev/191
192 Documentation https://google.aip.dev/192
193 Errors https://google.aip.dev/193
194 Automatic retry configuration https://google.aip.dev/194
200 Precedent https://google.aip.dev/200
202 Fields https://google.aip.dev/202
203 Field behavior documentation https://google.aip.dev/203
205 Beta-blocking changes https://google.aip.dev/205
210 Unicode https://google.aip.dev/210
211 Authorization checks https://google.aip.dev/211
213 Common components https://google.aip.dev/213
214 Resource expiration https://google.aip.dev/214
215 API-specific protos https://google.aip.dev/215
216 States https://google.aip.dev/216
217 Unreachable resources https://google.aip.dev/217
231 Batch methods: Get https://google.aip.dev/231
233 Batch methods: Create https://google.aip.dev/233
234 Batch methods: Update https://google.aip.dev/234
235 Batch methods: Delete https://google.aip.dev/235
236 Policy preview https://google.aip.dev/236
google.aip.dev/151https://google.aip.dev/151
Guidancehttps://google.aip.dev/151#guidance
Standard methodshttps://google.aip.dev/151#standard-methods
Parallel operationshttps://google.aip.dev/151#parallel-operations
Expirationhttps://google.aip.dev/151#expiration
Errorshttps://google.aip.dev/151#errors
Backwards compatibilityhttps://google.aip.dev/151#backwards-compatibility
Rationalehttps://google.aip.dev/151#rationale
Validate-only behaviorhttps://google.aip.dev/151#validate-only-behavior
Changeloghttps://google.aip.dev/151#changelog
File Bughttps://github.com/aip-dev/google.aip.dev/issues/
View sourcehttps://github.com/aip-dev/google.aip.dev/blob/master/aip/general/0151.md
Edit this pagehttps://github.com/aip-dev/google.aip.dev/edit/master/aip/general/0151.md
API Improvement Proposals https://google.aip.dev/
General AIPs https://google.aip.dev/general
Python Futurehttps://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future
Node.js Promisehttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises
google.longrunning.Operationhttps://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto
Deletehttps://google.aip.dev/135
Operationshttps://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto
validate-only modehttps://google.aip.dev/163
Createhttps://google.aip.dev/133
Updatehttps://google.aip.dev/134
Deletehttps://google.aip.dev/135
Listhttps://google.aip.dev/132
Gethttps://google.aip.dev/131
state enumhttps://google.aip.dev/216
declarative-friendly APIshttps://google.aip.dev/128
AIP-193https://google.aip.dev/193
AIP-193https://google.aip.dev/193
google.rpc.Statushttps://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto
AIP-193https://google.aip.dev/193
google.rpc.Statushttps://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto
Creative Commons Attribution 4.0 Licensehttps://creativecommons.org/licenses/by/4.0/
Apache 2.0 Licensehttps://www.apache.org/licenses/LICENSE-2.0
content licensinghttps://google.aip.dev/licensing

Viewport: width=device-width,maximum-scale=2


URLs of crawlers that visited me.