mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-22 11:11:25 +01:00
update dependencies
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
|
||||
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -275,7 +275,7 @@
|
||||
"workflows": {
|
||||
"methods": {
|
||||
"create": {
|
||||
"description": "Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation will return ALREADY_EXISTS error.",
|
||||
"description": "Creates a new workflow. If a workflow with the specified name already exists in the specified project and location, the long running operation returns a ALREADY_EXISTS error.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflows",
|
||||
"httpMethod": "POST",
|
||||
"id": "workflows.projects.locations.workflows.create",
|
||||
@@ -333,7 +333,7 @@
|
||||
]
|
||||
},
|
||||
"get": {
|
||||
"description": "Gets details of a single Workflow.",
|
||||
"description": "Gets details of a single workflow.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflows/{workflowsId}",
|
||||
"httpMethod": "GET",
|
||||
"id": "workflows.projects.locations.workflows.get",
|
||||
@@ -342,7 +342,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"name": {
|
||||
"description": "Required. Name of the workflow which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}",
|
||||
"description": "Required. Name of the workflow for which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/locations/[^/]+/workflows/[^/]+$",
|
||||
"required": true,
|
||||
@@ -358,7 +358,7 @@
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"description": "Lists Workflows in a given project and location. The default order is not specified.",
|
||||
"description": "Lists workflows in a given project and location. The default order is not specified.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflows",
|
||||
"httpMethod": "GET",
|
||||
"id": "workflows.projects.locations.workflows.list",
|
||||
@@ -372,12 +372,12 @@
|
||||
"type": "string"
|
||||
},
|
||||
"orderBy": {
|
||||
"description": "Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a \" desc\" suffix. If not specified, the results will be returned in an unspecified order.",
|
||||
"description": "Comma-separated list of fields that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a \"desc\" suffix. If not specified, the results are returned in an unspecified order.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"pageSize": {
|
||||
"description": "Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000.",
|
||||
"description": "Maximum number of workflows to return per call. The service might return fewer than this value even if not at the end of the collection. If a value is not specified, a default value of 500 is used. The maximum permitted value is 1000 and values greater than 1000 are coerced down to 1000.",
|
||||
"format": "int32",
|
||||
"location": "query",
|
||||
"type": "integer"
|
||||
@@ -404,7 +404,7 @@
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"description": "Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow may be created as a result of a successful update operation. In that case, such revision will be used in new workflow executions.",
|
||||
"description": "Updates an existing workflow. Running this method has no impact on already running executions of the workflow. A new revision of the workflow might be created as a result of a successful update operation. In that case, the new revision is used in new workflow executions.",
|
||||
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflows/{workflowsId}",
|
||||
"httpMethod": "PATCH",
|
||||
"id": "workflows.projects.locations.workflows.patch",
|
||||
@@ -444,11 +444,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220223",
|
||||
"revision": "20230105",
|
||||
"rootUrl": "https://workflows.googleapis.com/",
|
||||
"schemas": {
|
||||
"Empty": {
|
||||
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
|
||||
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
|
||||
"id": "Empty",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
@@ -505,7 +505,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"workflows": {
|
||||
"description": "The workflows which match the request.",
|
||||
"description": "The workflows that match the request.",
|
||||
"items": {
|
||||
"$ref": "Workflow"
|
||||
},
|
||||
@@ -644,7 +644,7 @@
|
||||
"id": "Workflow",
|
||||
"properties": {
|
||||
"createTime": {
|
||||
"description": "Output only. The timestamp of when the workflow was created.",
|
||||
"description": "Output only. The timestamp for when the workflow was created.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
@@ -657,7 +657,7 @@
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores and dashes. Label keys must start with a letter. International characters are allowed.",
|
||||
"description": "Labels associated with this workflow. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed.",
|
||||
"type": "object"
|
||||
},
|
||||
"name": {
|
||||
@@ -665,7 +665,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"revisionCreateTime": {
|
||||
"description": "Output only. The timestamp that the latest revision of the workflow was created.",
|
||||
"description": "Output only. The timestamp for the latest revision of the workflow's creation.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
@@ -697,7 +697,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"updateTime": {
|
||||
"description": "Output only. The last update timestamp of the workflow.",
|
||||
"description": "Output only. The timestamp for when the workflow was last updated.",
|
||||
"format": "google-datetime",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user