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
Copy file name to clipboardExpand all lines: clients/cloud_deploy/lib/google_api/cloud_deploy/v1/api/projects.ex
+147-3Lines changed: 147 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -605,7 +605,7 @@ defmodule GoogleApi.CloudDeploy.V1.Api.Projects do
605
605
## Parameters
606
606
607
607
* `connection` (*type:* `GoogleApi.CloudDeploy.V1.Connection.t`) - Connection to server
608
-
* `name` (*type:* `String.t`) - Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
608
+
* `name` (*type:* `String.t`) - Identifier. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
@@ -1137,7 +1137,7 @@ defmodule GoogleApi.CloudDeploy.V1.Api.Projects do
1137
1137
## Parameters
1138
1138
1139
1139
* `connection` (*type:* `GoogleApi.CloudDeploy.V1.Connection.t`) - Connection to server
1140
-
* `name` (*type:* `String.t`) - Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`. The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
1140
+
* `name` (*type:* `String.t`) - Identifier. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`. The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
3382
+
3383
+
## Parameters
3384
+
3385
+
* `connection` (*type:* `GoogleApi.CloudDeploy.V1.Connection.t`) - Connection to server
3386
+
* `resource` (*type:* `String.t`) - REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
* `:alt` (*type:* `String.t`) - Data format for response.
3391
+
* `:callback` (*type:* `String.t`) - JSONP
3392
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
3393
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
3394
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
3395
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
3396
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
3397
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
3398
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
3399
+
* `:"options.requestedPolicyVersion"` (*type:* `integer()`) - Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
3400
+
* `opts` (*type:* `keyword()`) - Call options
3401
+
3402
+
## Returns
3403
+
3404
+
* `{:ok, %GoogleApi.CloudDeploy.V1.Model.Policy{}}` on success
Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
3614
+
3615
+
## Parameters
3616
+
3617
+
* `connection` (*type:* `GoogleApi.CloudDeploy.V1.Connection.t`) - Connection to server
3618
+
* `resource` (*type:* `String.t`) - REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
* `:alt` (*type:* `String.t`) - Data format for response.
3623
+
* `:callback` (*type:* `String.t`) - JSONP
3624
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
3625
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
3626
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
3627
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
3628
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
3629
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
3630
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
3542
3686
@@ -4207,7 +4351,7 @@ defmodule GoogleApi.CloudDeploy.V1.Api.Projects do
4207
4351
## Parameters
4208
4352
4209
4353
* `connection` (*type:* `GoogleApi.CloudDeploy.V1.Connection.t`) - Connection to server
4210
-
* `name` (*type:* `String.t`) - Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/{target}`. The `target` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
4354
+
* `name` (*type:* `String.t`) - Identifier. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/{target}`. The `target` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
Copy file name to clipboardExpand all lines: clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/build_artifact.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.CloudDeploy.V1.Model.BuildArtifact do
21
21
22
22
## Attributes
23
23
24
-
* `image` (*type:* `String.t`, *default:* `nil`) - Image name in Skaffold configuration.
25
-
* `tag` (*type:* `String.t`, *default:* `nil`) - Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
24
+
* `image` (*type:* `String.t`, *default:* `nil`) - Optional. Image name in Skaffold configuration.
25
+
* `tag` (*type:* `String.t`, *default:* `nil`) - Optional. Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
Copy file name to clipboardExpand all lines: clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/canary.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.CloudDeploy.V1.Model.Canary do
21
21
22
22
## Attributes
23
23
24
-
* `canaryDeployment` (*type:* `GoogleApi.CloudDeploy.V1.Model.CanaryDeployment.t`, *default:* `nil`) - Configures the progressive based deployment for a Target.
25
-
* `customCanaryDeployment` (*type:* `GoogleApi.CloudDeploy.V1.Model.CustomCanaryDeployment.t`, *default:* `nil`) - Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
24
+
* `canaryDeployment` (*type:* `GoogleApi.CloudDeploy.V1.Model.CanaryDeployment.t`, *default:* `nil`) - Optional. Configures the progressive based deployment for a Target.
25
+
* `customCanaryDeployment` (*type:* `GoogleApi.CloudDeploy.V1.Model.CustomCanaryDeployment.t`, *default:* `nil`) - Optional. Configures the progressive based deployment for a Target, but allows customizing at the phase level where a phase represents each of the percentage deployments.
26
26
* `runtimeConfig` (*type:* `GoogleApi.CloudDeploy.V1.Model.RuntimeConfig.t`, *default:* `nil`) - Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
Copy file name to clipboardExpand all lines: clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/canary_deployment.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.CloudDeploy.V1.Model.CanaryDeployment do
24
24
* `percentages` (*type:* `list(integer())`, *default:* `nil`) - Required. The percentage based deployments that will occur as a part of a `Rollout`. List is expected in ascending order and each integer n is 0 <= n < 100. If the GatewayServiceMesh is configured for Kubernetes, then the range for n is 0 <= n <= 100.
25
25
* `postdeploy` (*type:* `GoogleApi.CloudDeploy.V1.Model.Postdeploy.t`, *default:* `nil`) - Optional. Configuration for the postdeploy job of the last phase. If this is not configured, there will be no postdeploy job for this phase.
26
26
* `predeploy` (*type:* `GoogleApi.CloudDeploy.V1.Model.Predeploy.t`, *default:* `nil`) - Optional. Configuration for the predeploy job of the first phase. If this is not configured, there will be no predeploy job for this phase.
27
-
* `verify` (*type:* `boolean()`, *default:* `nil`) - Whether to run verify tests after each percentage deployment.
27
+
* `verify` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether to run verify tests after each percentage deployment.
Copy file name to clipboardExpand all lines: clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/cloud_run_config.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.CloudDeploy.V1.Model.CloudRunConfig do
21
21
22
22
## Attributes
23
23
24
-
* `automaticTrafficControl` (*type:* `boolean()`, *default:* `nil`) - Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
24
+
* `automaticTrafficControl` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
25
25
* `canaryRevisionTags` (*type:* `list(String.t)`, *default:* `nil`) - Optional. A list of tags that are added to the canary revision while the canary phase is in progress.
26
26
* `priorRevisionTags` (*type:* `list(String.t)`, *default:* `nil`) - Optional. A list of tags that are added to the prior revision while the canary phase is in progress.
27
27
* `stableRevisionTags` (*type:* `list(String.t)`, *default:* `nil`) - Optional. A list of tags that are added to the final stable revision when the stable phase is applied.
Copy file name to clipboardExpand all lines: clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/custom_target_type.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ defmodule GoogleApi.CloudDeploy.V1.Model.CustomTargetType do
23
23
24
24
* `annotations` (*type:* `map()`, *default:* `nil`) - Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
25
25
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Time at which the `CustomTargetType` was created.
26
-
* `customActions` (*type:* `GoogleApi.CloudDeploy.V1.Model.CustomTargetSkaffoldActions.t`, *default:* `nil`) - Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.
26
+
* `customActions` (*type:* `GoogleApi.CloudDeploy.V1.Model.CustomTargetSkaffoldActions.t`, *default:* `nil`) - Optional. Configures render and deploy for the `CustomTargetType` using Skaffold custom actions.
27
27
* `customTargetTypeId` (*type:* `String.t`, *default:* `nil`) - Output only. Resource id of the `CustomTargetType`.
28
28
* `description` (*type:* `String.t`, *default:* `nil`) - Optional. Description of the `CustomTargetType`. Max length is 255 characters.
29
29
* `etag` (*type:* `String.t`, *default:* `nil`) - Optional. 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.
30
30
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Labels are attributes that can be set and used by both the user and by 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.
31
-
* `name` (*type:* `String.t`, *default:* `nil`) - Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
31
+
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`
32
32
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. Unique identifier of the `CustomTargetType`.
33
33
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Most recent time at which the `CustomTargetType` was updated.
0 commit comments