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/deployment_manager/lib/google_api/deployment_manager/v2/model/operation.ex
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ defmodule GoogleApi.DeploymentManager.V2.Model.Operation do
39
39
* `region` (*type:* `String.t`, *default:* `nil`) - [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
40
40
* `selfLink` (*type:* `String.t`, *default:* `nil`) - [Output Only] Server-defined URL for the resource.
41
41
* `selfLinkWithId` (*type:* `String.t`, *default:* `nil`) - [Output Only] Server-defined URL for this resource with the resource id.
42
+
* `setAutoscalerLinkOperationMetadata` (*type:* `GoogleApi.DeploymentManager.V2.Model.SetAutoscalerLinkOperationMetadata.t`, *default:* `nil`) - This field is used internally by the Autoscaler team and should not be promoted to "alpha/beta/v1".
42
43
* `setCommonInstanceMetadataOperationMetadata` (*type:* `GoogleApi.DeploymentManager.V2.Model.SetCommonInstanceMetadataOperationMetadata.t`, *default:* `nil`) - [Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.
43
44
* `startTime` (*type:* `String.t`, *default:* `nil`) - [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
44
45
* `status` (*type:* `String.t`, *default:* `nil`) - [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
@@ -72,6 +73,8 @@ defmodule GoogleApi.DeploymentManager.V2.Model.Operation do
0 commit comments