Home
last modified time | relevance | path

Searched full:workflow (Results 1 – 25 of 1455) sorted by relevance

12345678910>>...59

/external/google-cloud-java/java-workflow-executions/
DCHANGELOG.md3 …gleapis/google-cloud-java/compare/google-cloud-workflow-executions-v2.4.1-SNAPSHOT...google-cloud-
23 …/googleapis/google-cloud-java/compare/google-cloud-workflow-executions-v2.3.6...google-cloud-workf…
43 ## [2.3.6](https://github.com/googleapis/java-workflow-executions/compare/v2.3.5...v2.3.6) (2022-10…
48 * update protobuf to v3.21.7 ([cd54641](https://github.com/googleapis/java-workflow-executions/comm…
50 ## [2.3.5](https://github.com/googleapis/java-workflow-executions/compare/v2.3.4...v2.3.5) (2022-10…
55 …tps://github.com/googleapis/java-workflow-executions/issues/357)) ([153979e](https://github.com/go…
57 ## [2.3.4](https://github.com/googleapis/java-workflow-executions/compare/v2.3.3...v2.3.4) (2022-09…
62 …tps://github.com/googleapis/java-workflow-executions/issues/350)) ([d1baa79](https://github.com/go…
64 ## [2.3.3](https://github.com/googleapis/java-workflow-executions/compare/v2.3.2...v2.3.3) (2022-09…
69 …tps://github.com/googleapis/java-workflow-executions/issues/345)) ([53f9f20](https://github.com/go…
[all …]
Dsynth.metadata6 "remote": "https://github.com/googleapis/java-workflow-executions.git",
124 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/Execution…
125 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/Execution…
126 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/gapic_met…
127 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/package-i…
128 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/stub/Exec…
129 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/stub/Exec…
130 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/stub/Grpc…
131 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/stub/Grpc…
132 …"google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1beta/Execu…
[all …]
/external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1/src/main/proto/google/cloud/workflows/v1/
Dworkflows.proto32 // Workflows is used to deploy and execute workflow programs.
48 // Gets details of a single Workflow.
49 rpc GetWorkflow(GetWorkflowRequest) returns (Workflow) {
56 // Creates a new workflow. If a workflow with the specified name already
62 body: "workflow"
64 option (google.api.method_signature) = "parent,workflow,workflow_id";
66 response_type: "Workflow"
71 // Deletes a workflow with the specified name.
73 // workflow.
85 // Updates an existing workflow.
[all …]
/external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1beta/src/main/proto/google/cloud/workflows/v1beta/
Dworkflows.proto32 // Workflows is used to deploy and execute workflow programs.
48 // Gets details of a single Workflow.
49 rpc GetWorkflow(GetWorkflowRequest) returns (Workflow) {
56 // Creates a new workflow. If a workflow with the specified name already
62 body: "workflow"
64 option (google.api.method_signature) = "parent,workflow,workflow_id";
66 response_type: "Workflow"
71 // Deletes a workflow with the specified name.
73 // workflow.
85 // Updates an existing workflow.
[all …]
/external/googleapis/google/cloud/workflows/v1beta/
Dworkflows.proto32 // Workflows is used to deploy and execute workflow programs.
48 // Gets details of a single Workflow.
49 rpc GetWorkflow(GetWorkflowRequest) returns (Workflow) {
56 // Creates a new workflow. If a workflow with the specified name already
62 body: "workflow"
64 option (google.api.method_signature) = "parent,workflow,workflow_id";
66 response_type: "Workflow"
71 // Deletes a workflow with the specified name.
73 // workflow.
85 // Updates an existing workflow.
[all …]
/external/googleapis/google/cloud/workflows/v1/
Dworkflows.proto37 // Workflows is used to deploy and execute workflow programs.
54 // Gets details of a single workflow.
55 rpc GetWorkflow(GetWorkflowRequest) returns (Workflow) {
62 // Creates a new workflow. If a workflow with the specified name already
69 body: "workflow"
71 option (google.api.method_signature) = "parent,workflow,workflow_id";
73 response_type: "Workflow"
78 // Deletes a workflow with the specified name.
80 // workflow.
93 // Updates an existing workflow.
[all …]
/external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1/src/main/java/com/google/cloud/workflows/v1/
DWorkflowOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.cloud.workflows.v1.Workflow)
30 * The resource name of the workflow.
31 * Format: projects/{project}/locations/{location}/workflows/{workflow}
43 * The resource name of the workflow.
44 * Format: projects/{project}/locations/{location}/workflows/{workflow}
57 * Description of the workflow provided by the user.
70 * Description of the workflow provided by the user.
84 * Output only. State of the workflow deployment.
88 …* .google.cloud.workflows.v1.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
98 * Output only. State of the workflow deployment.
[all …]
DWorkflow.java25 * Workflow program to be executed by Workflows.
28 * Protobuf type {@code google.cloud.workflows.v1.Workflow}
30 public final class Workflow extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.workflows.v1.Workflow)
35 // Use Workflow.newBuilder() to construct.
36 private Workflow(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workflow() method in Workflow
40 private Workflow() { in Workflow() method in Workflow
51 return new Workflow(); in newInstance()
81 com.google.cloud.workflows.v1.Workflow.class, in internalGetFieldAccessorTable()
82 com.google.cloud.workflows.v1.Workflow.Builder.class); in internalGetFieldAccessorTable()
[all …]
DWorkflowName.java34 "projects/{project}/locations/{location}/workflows/{workflow}");
38 private final String workflow; field in WorkflowName
44 workflow = null; in WorkflowName()
50 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in WorkflowName()
62 return workflow; in getWorkflow()
73 public static WorkflowName of(String project, String location, String workflow) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setWorkflow(workflow).build(); in of()
77 public static String format(String project, String location, String workflow) { in format() argument
81 .setWorkflow(workflow) in format()
93 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("workflow")); in parse()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dworkflows_v1.projects.locations.workflows.html82 <p class="firstline">Creates a new workflow. If a workflow with the specified name already exists i…
85 …"firstline">Deletes a workflow with the specified name. This method also cancels and deletes all r…
88 <p class="firstline">Gets details of a single Workflow.</p>
97workflow. Running this method has no impact on already running executions of the workflow. A new r…
106 …<pre>Creates a new workflow. If a workflow with the specified name already exists in the specified…
109 …parent: string, Required. Project and location in which the workflow should be created. Format: pr…
113 { # Workflow program to be executed by Workflows.
114 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the workflow wa…
115 …&quot;description&quot;: &quot;A String&quot;, # Description of the workflow provided by the user.…
116 …&quot;labels&quot;: { # Labels associated with this workflow. Labels can contain at most 64 entrie…
[all …]
Dworkflows_v1beta.projects.locations.workflows.html82 <p class="firstline">Creates a new workflow. If a workflow with the specified name already exists i…
85 …"firstline">Deletes a workflow with the specified name. This method also cancels and deletes all r…
88 <p class="firstline">Gets details of a single Workflow.</p>
97workflow. Running this method has no impact on already running executions of the workflow. A new r…
106 …<pre>Creates a new workflow. If a workflow with the specified name already exists in the specified…
109 …parent: string, Required. Project and location in which the workflow should be created. Format: pr…
113 { # Workflow program to be executed by Workflows.
114 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the workflow wa…
115 …&quot;description&quot;: &quot;A String&quot;, # Description of the workflow provided by the user.…
116 …&quot;labels&quot;: { # Labels associated with this workflow. Labels can contain at most 64 entrie…
[all …]
/external/google-cloud-java/java-workflows/google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1/
DWorkflowsClient.java44 * Service Description: Workflows is used to deploy and execute workflow programs. Workflows makes
57 * WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]");
58 * Workflow response = workflowsClient.getWorkflow(name);
218 * for (Workflow element : workflowsClient.listWorkflows(parent).iterateAll()) {
250 * for (Workflow element : workflowsClient.listWorkflows(parent).iterateAll()) {
286 * for (Workflow element : workflowsClient.listWorkflows(request).iterateAll()) {
320 … * ApiFuture<Workflow> future = workflowsClient.listWorkflowsPagedCallable().futureCall(request);
322 * for (Workflow element : future.get().iterateAll()) {
356 * for (Workflow element : response.getWorkflowsList()) {
375 * Gets details of a single Workflow.
[all …]
/external/google-cloud-java/java-workflows/google-cloud-workflows/src/main/java/com/google/cloud/workflows/v1beta/
DWorkflowsClient.java44 * Service Description: Workflows is used to deploy and execute workflow programs. Workflows makes
57 * WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]");
58 * Workflow response = workflowsClient.getWorkflow(name);
219 * for (Workflow element : workflowsClient.listWorkflows(parent).iterateAll()) {
251 * for (Workflow element : workflowsClient.listWorkflows(parent).iterateAll()) {
287 * for (Workflow element : workflowsClient.listWorkflows(request).iterateAll()) {
321 … * ApiFuture<Workflow> future = workflowsClient.listWorkflowsPagedCallable().futureCall(request);
323 * for (Workflow element : future.get().iterateAll()) {
357 * for (Workflow element : response.getWorkflowsList()) {
376 * Gets details of a single Workflow.
[all …]
/external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1beta/src/main/java/com/google/cloud/workflows/v1beta/
DWorkflowOrBuilder.java23 // @@protoc_insertion_point(interface_extends:google.cloud.workflows.v1beta.Workflow)
30 * The resource name of the workflow.
31 * Format: projects/{project}/locations/{location}/workflows/{workflow}
43 * The resource name of the workflow.
44 * Format: projects/{project}/locations/{location}/workflows/{workflow}
57 * Description of the workflow provided by the user.
70 * Description of the workflow provided by the user.
84 * Output only. State of the workflow deployment.
88 …* .google.cloud.workflows.v1beta.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_O…
98 * Output only. State of the workflow deployment.
[all …]
DWorkflowName.java34 "projects/{project}/locations/{location}/workflows/{workflow}");
38 private final String workflow; field in WorkflowName
44 workflow = null; in WorkflowName()
50 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in WorkflowName()
62 return workflow; in getWorkflow()
73 public static WorkflowName of(String project, String location, String workflow) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setWorkflow(workflow).build(); in of()
77 public static String format(String project, String location, String workflow) { in format() argument
81 .setWorkflow(workflow) in format()
93 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("workflow")); in parse()
[all …]
DWorkflow.java25 * Workflow program to be executed by Workflows.
28 * Protobuf type {@code google.cloud.workflows.v1beta.Workflow}
30 public final class Workflow extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.workflows.v1beta.Workflow)
35 // Use Workflow.newBuilder() to construct.
36 private Workflow(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Workflow() method in Workflow
40 private Workflow() { in Workflow() method in Workflow
51 return new Workflow(); in newInstance()
81 com.google.cloud.workflows.v1beta.Workflow.class, in internalGetFieldAccessorTable()
82 com.google.cloud.workflows.v1beta.Workflow.Builder.class); in internalGetFieldAccessorTable()
[all …]
/external/google-cloud-java/java-workflows/google-cloud-workflows/src/test/java/com/google/cloud/workflows/v1beta/
DWorkflowsClientHttpJsonTest.java86 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest()
98 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest()
136 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest2()
148 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest2()
186 Workflow expectedResponse = in getWorkflowTest()
187 Workflow.newBuilder() in getWorkflowTest()
188 .setName(WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]").toString()) in getWorkflowTest()
199 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowTest()
201 Workflow actualResponse = client.getWorkflow(name); in getWorkflowTest()
227 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowExceptionTest()
[all …]
DWorkflowsClientTest.java91 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest()
103 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest()
135 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest2()
147 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest2()
179 Workflow expectedResponse = in getWorkflowTest()
180 Workflow.newBuilder() in getWorkflowTest()
181 .setName(WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]").toString()) in getWorkflowTest()
192 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowTest()
194 Workflow actualResponse = client.getWorkflow(name); in getWorkflowTest()
214 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowExceptionTest()
[all …]
/external/google-cloud-java/java-workflows/google-cloud-workflows/src/test/java/com/google/cloud/workflows/v1/
DWorkflowsClientHttpJsonTest.java86 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest()
98 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest()
136 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest2()
148 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest2()
186 Workflow expectedResponse = in getWorkflowTest()
187 Workflow.newBuilder() in getWorkflowTest()
188 .setName(WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]").toString()) in getWorkflowTest()
199 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowTest()
201 Workflow actualResponse = client.getWorkflow(name); in getWorkflowTest()
227 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowExceptionTest()
[all …]
DWorkflowsClientTest.java91 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest()
103 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest()
135 Workflow responsesElement = Workflow.newBuilder().build(); in listWorkflowsTest2()
147 List<Workflow> resources = Lists.newArrayList(pagedListResponse.iterateAll()); in listWorkflowsTest2()
179 Workflow expectedResponse = in getWorkflowTest()
180 Workflow.newBuilder() in getWorkflowTest()
181 .setName(WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]").toString()) in getWorkflowTest()
192 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowTest()
194 Workflow actualResponse = client.getWorkflow(name); in getWorkflowTest()
214 WorkflowName name = WorkflowName.of("[PROJECT]", "[LOCATION]", "[WORKFLOW]"); in getWorkflowExceptionTest()
[all …]
/external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2alpha/src/main/java/com/google/cloud/bigquery/migration/v2alpha/
DMigrationWorkflowName.java34 "projects/{project}/locations/{location}/workflows/{workflow}");
38 private final String workflow; field in MigrationWorkflowName
44 workflow = null; in MigrationWorkflowName()
50 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in MigrationWorkflowName()
62 return workflow; in getWorkflow()
73 public static MigrationWorkflowName of(String project, String location, String workflow) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setWorkflow(workflow).build(); in of()
77 public static String format(String project, String location, String workflow) { in format() argument
81 .setWorkflow(workflow) in format()
93 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("workflow")); in parse()
[all …]
DMigrationSubtaskName.java34 "projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}");
38 private final String workflow; field in MigrationSubtaskName
45 workflow = null; in MigrationSubtaskName()
52 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in MigrationSubtaskName()
65 return workflow; in getWorkflow()
81 String project, String location, String workflow, String subtask) { in of() argument
85 .setWorkflow(workflow) in of()
90 public static String format(String project, String location, String workflow, String subtask) { in format() argument
94 .setWorkflow(workflow) in format()
110 matchMap.get("workflow"), in parse()
[all …]
/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1/src/main/java/com/google/cloud/workflows/executions/v1/
DWorkflowName.java34 "projects/{project}/locations/{location}/workflows/{workflow}");
38 private final String workflow; field in WorkflowName
44 workflow = null; in WorkflowName()
50 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in WorkflowName()
62 return workflow; in getWorkflow()
73 public static WorkflowName of(String project, String location, String workflow) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setWorkflow(workflow).build(); in of()
77 public static String format(String project, String location, String workflow) { in format() argument
81 .setWorkflow(workflow) in format()
93 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("workflow")); in parse()
[all …]
/external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/src/main/java/com/google/cloud/workflows/executions/v1beta/
DWorkflowName.java34 "projects/{project}/locations/{location}/workflows/{workflow}");
38 private final String workflow; field in WorkflowName
44 workflow = null; in WorkflowName()
50 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in WorkflowName()
62 return workflow; in getWorkflow()
73 public static WorkflowName of(String project, String location, String workflow) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setWorkflow(workflow).build(); in of()
77 public static String format(String project, String location, String workflow) { in format() argument
81 .setWorkflow(workflow) in format()
93 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("workflow")); in parse()
[all …]
/external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2/src/main/java/com/google/cloud/bigquery/migration/v2/
DMigrationWorkflowName.java34 "projects/{project}/locations/{location}/workflows/{workflow}");
38 private final String workflow; field in MigrationWorkflowName
44 workflow = null; in MigrationWorkflowName()
50 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in MigrationWorkflowName()
62 return workflow; in getWorkflow()
73 public static MigrationWorkflowName of(String project, String location, String workflow) { in of() argument
74 return newBuilder().setProject(project).setLocation(location).setWorkflow(workflow).build(); in of()
77 public static String format(String project, String location, String workflow) { in format() argument
81 .setWorkflow(workflow) in format()
93 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("workflow")); in parse()
[all …]

12345678910>>...59