1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="clouddeploy_v1.html">Google Cloud Deploy API</a> . <a href="clouddeploy_v1.projects.html">projects</a> . <a href="clouddeploy_v1.projects.locations.html">locations</a> . <a href="clouddeploy_v1.projects.locations.deliveryPipelines.html">deliveryPipelines</a> . <a href="clouddeploy_v1.projects.locations.deliveryPipelines.releases.html">releases</a> . <a href="clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.html">rollouts</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#approve">approve(name, body=None, x__xgafv=None)</a></code></p> 79<p class="firstline">Approves a Rollout.</p> 80<p class="toc_element"> 81 <code><a href="#close">close()</a></code></p> 82<p class="firstline">Close httplib2 connections.</p> 83<p class="toc_element"> 84 <code><a href="#create">create(parent, body=None, requestId=None, rolloutId=None, validateOnly=None, x__xgafv=None)</a></code></p> 85<p class="firstline">Creates a new Rollout in a given project and location.</p> 86<p class="toc_element"> 87 <code><a href="#get">get(name, x__xgafv=None)</a></code></p> 88<p class="firstline">Gets details of a single Rollout.</p> 89<p class="toc_element"> 90 <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> 91<p class="firstline">Lists Rollouts in a given project and location.</p> 92<p class="toc_element"> 93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 94<p class="firstline">Retrieves the next page of results.</p> 95<h3>Method Details</h3> 96<div class="method"> 97 <code class="details" id="approve">approve(name, body=None, x__xgafv=None)</code> 98 <pre>Approves a Rollout. 99 100Args: 101 name: string, Required. Name of the Rollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/{rollout}. (required) 102 body: object, The request body. 103 The object takes the form of: 104 105{ # The request object used by `ApproveRollout`. 106 "approved": True or False, # Required. True = approve; false = reject 107} 108 109 x__xgafv: string, V1 error format. 110 Allowed values 111 1 - v1 error format 112 2 - v2 error format 113 114Returns: 115 An object of the form: 116 117 { # The response object from `ApproveRollout`. 118}</pre> 119</div> 120 121<div class="method"> 122 <code class="details" id="close">close()</code> 123 <pre>Close httplib2 connections.</pre> 124</div> 125 126<div class="method"> 127 <code class="details" id="create">create(parent, body=None, requestId=None, rolloutId=None, validateOnly=None, x__xgafv=None)</code> 128 <pre>Creates a new Rollout in a given project and location. 129 130Args: 131 parent: string, Required. The parent collection in which the `Rollout` should be created. Format should be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}. (required) 132 body: object, The request body. 133 The object takes the form of: 134 135{ # A `Rollout` resource in the Google Cloud Deploy API. A `Rollout` contains information around a specific deployment to a `Target`. 136 "annotations": { # User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. 137 "a_key": "A String", 138 }, 139 "approvalState": "A String", # Output only. Approval state of the `Rollout`. 140 "approveTime": "A String", # Output only. Time at which the `Rollout` was approved. 141 "createTime": "A String", # Output only. Time at which the `Rollout` was created. 142 "deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying. 143 "deployFailureCause": "A String", # Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress. 144 "deployStartTime": "A String", # Output only. Time at which the `Rollout` started deploying. 145 "deployingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Format is `projects/{project}/locations/{location}/builds/{build}`. 146 "description": "A String", # Description of the `Rollout` for user purposes. Max length is 255 characters. 147 "enqueueTime": "A String", # Output only. Time at which the `Rollout` was enqueued. 148 "etag": "A String", # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. 149 "failureReason": "A String", # Output only. Reason the build failed. Empty if the build succeeded. 150 "labels": { # Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. 151 "a_key": "A String", 152 }, 153 "name": "A String", # Optional. Name of the `Rollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}. 154 "state": "A String", # Output only. Current state of the `Rollout`. 155 "targetId": "A String", # Required. The ID of Target to which this `Rollout` is deploying. 156 "uid": "A String", # Output only. Unique identifier of the `Rollout`. 157} 158 159 requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). 160 rolloutId: string, Required. ID of the `Rollout`. 161 validateOnly: boolean, Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made. 162 x__xgafv: string, V1 error format. 163 Allowed values 164 1 - v1 error format 165 2 - v2 error format 166 167Returns: 168 An object of the form: 169 170 { # This resource represents a long-running operation that is the result of a network API call. 171 "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. 172 "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation. 173 "code": 42, # The status code, which should be an enum value of google.rpc.Code. 174 "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. 175 { 176 "a_key": "", # Properties of the object. Contains field @type with type URL. 177 }, 178 ], 179 "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. 180 }, 181 "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. 182 "a_key": "", # Properties of the object. Contains field @type with type URL. 183 }, 184 "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. 185 "response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. 186 "a_key": "", # Properties of the object. Contains field @type with type URL. 187 }, 188}</pre> 189</div> 190 191<div class="method"> 192 <code class="details" id="get">get(name, x__xgafv=None)</code> 193 <pre>Gets details of a single Rollout. 194 195Args: 196 name: string, Required. Name of the `Rollout`. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}. (required) 197 x__xgafv: string, V1 error format. 198 Allowed values 199 1 - v1 error format 200 2 - v2 error format 201 202Returns: 203 An object of the form: 204 205 { # A `Rollout` resource in the Google Cloud Deploy API. A `Rollout` contains information around a specific deployment to a `Target`. 206 "annotations": { # User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. 207 "a_key": "A String", 208 }, 209 "approvalState": "A String", # Output only. Approval state of the `Rollout`. 210 "approveTime": "A String", # Output only. Time at which the `Rollout` was approved. 211 "createTime": "A String", # Output only. Time at which the `Rollout` was created. 212 "deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying. 213 "deployFailureCause": "A String", # Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress. 214 "deployStartTime": "A String", # Output only. Time at which the `Rollout` started deploying. 215 "deployingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Format is `projects/{project}/locations/{location}/builds/{build}`. 216 "description": "A String", # Description of the `Rollout` for user purposes. Max length is 255 characters. 217 "enqueueTime": "A String", # Output only. Time at which the `Rollout` was enqueued. 218 "etag": "A String", # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. 219 "failureReason": "A String", # Output only. Reason the build failed. Empty if the build succeeded. 220 "labels": { # Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. 221 "a_key": "A String", 222 }, 223 "name": "A String", # Optional. Name of the `Rollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}. 224 "state": "A String", # Output only. Current state of the `Rollout`. 225 "targetId": "A String", # Required. The ID of Target to which this `Rollout` is deploying. 226 "uid": "A String", # Output only. Unique identifier of the `Rollout`. 227}</pre> 228</div> 229 230<div class="method"> 231 <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code> 232 <pre>Lists Rollouts in a given project and location. 233 234Args: 235 parent: string, Required. The `Release` which owns this collection of `Rollout` objects. (required) 236 filter: string, Optional. Filter builds to be returned. See https://google.aip.dev/160 for more details. 237 orderBy: string, Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details. 238 pageSize: integer, Optional. The maximum number of `Rollout` objects to return. The service may return fewer than this value. If unspecified, at most 50 `Rollout` objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000. 239 pageToken: string, Optional. A page token, received from a previous `ListRollouts` call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters match the call that provided the page token. 240 x__xgafv: string, V1 error format. 241 Allowed values 242 1 - v1 error format 243 2 - v2 error format 244 245Returns: 246 An object of the form: 247 248 { # ListRolloutsResponse is the response object reutrned by `ListRollouts`. 249 "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. 250 "rollouts": [ # The `Rollout` objects. 251 { # A `Rollout` resource in the Google Cloud Deploy API. A `Rollout` contains information around a specific deployment to a `Target`. 252 "annotations": { # User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. 253 "a_key": "A String", 254 }, 255 "approvalState": "A String", # Output only. Approval state of the `Rollout`. 256 "approveTime": "A String", # Output only. Time at which the `Rollout` was approved. 257 "createTime": "A String", # Output only. Time at which the `Rollout` was created. 258 "deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying. 259 "deployFailureCause": "A String", # Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress. 260 "deployStartTime": "A String", # Output only. Time at which the `Rollout` started deploying. 261 "deployingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Format is `projects/{project}/locations/{location}/builds/{build}`. 262 "description": "A String", # Description of the `Rollout` for user purposes. Max length is 255 characters. 263 "enqueueTime": "A String", # Output only. Time at which the `Rollout` was enqueued. 264 "etag": "A String", # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. 265 "failureReason": "A String", # Output only. Reason the build failed. Empty if the build succeeded. 266 "labels": { # Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. 267 "a_key": "A String", 268 }, 269 "name": "A String", # Optional. Name of the `Rollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}. 270 "state": "A String", # Output only. Current state of the `Rollout`. 271 "targetId": "A String", # Required. The ID of Target to which this `Rollout` is deploying. 272 "uid": "A String", # Output only. Unique identifier of the `Rollout`. 273 }, 274 ], 275 "unreachable": [ # Locations that could not be reached. 276 "A String", 277 ], 278}</pre> 279</div> 280 281<div class="method"> 282 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 283 <pre>Retrieves the next page of results. 284 285Args: 286 previous_request: The request for the previous page. (required) 287 previous_response: The response from the request for the previous page. (required) 288 289Returns: 290 A request object that you can call 'execute()' on to request the next 291 page. Returns None if there are no more items in the collection. 292 </pre> 293</div> 294 295</body></html>