| /external/google-cloud-java/java-workflow-executions/ |
| D | CHANGELOG.md | 3 …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 …]
|
| D | synth.metadata | 6 "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-v1beta/src/main/java/com/google/cloud/workflows/v1beta/ |
| D | WorkflowName.java | 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() 132 if (workflow != null) { in getFieldValuesMap() 133 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| /external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2alpha/src/main/java/com/google/cloud/bigquery/migration/v2alpha/ |
| D | MigrationWorkflowName.java | 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() 132 if (workflow != null) { in getFieldValuesMap() 133 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| D | MigrationSubtaskName.java | 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() 150 if (workflow != null) { in getFieldValuesMap() 151 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| /external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1/src/main/java/com/google/cloud/workflows/executions/v1/ |
| D | WorkflowName.java | 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() 132 if (workflow != null) { in getFieldValuesMap() 133 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| D | ExecutionName.java | 38 private final String workflow; field in ExecutionName 45 workflow = null; in ExecutionName() 52 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in ExecutionName() 65 return workflow; in getWorkflow() 81 String project, String location, String workflow, String execution) { in of() argument 85 .setWorkflow(workflow) in of() 90 public static String format(String project, String location, String workflow, String execution) { in format() argument 94 .setWorkflow(workflow) in format() 150 if (workflow != null) { in getFieldValuesMap() 151 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| /external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1/src/main/java/com/google/cloud/workflows/v1/ |
| D | WorkflowName.java | 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() 132 if (workflow != null) { in getFieldValuesMap() 133 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| /external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/src/main/java/com/google/cloud/workflows/executions/v1beta/ |
| D | WorkflowName.java | 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() 132 if (workflow != null) { in getFieldValuesMap() 133 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| D | ExecutionName.java | 38 private final String workflow; field in ExecutionName 45 workflow = null; in ExecutionName() 52 workflow = Preconditions.checkNotNull(builder.getWorkflow()); in ExecutionName() 65 return workflow; in getWorkflow() 81 String project, String location, String workflow, String execution) { in of() argument 85 .setWorkflow(workflow) in of() 90 public static String format(String project, String location, String workflow, String execution) { in format() argument 94 .setWorkflow(workflow) in format() 150 if (workflow != null) { in getFieldValuesMap() 151 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| /external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2/src/main/java/com/google/cloud/bigquery/migration/v2/ |
| D | MigrationWorkflowName.java | 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() 132 if (workflow != null) { in getFieldValuesMap() 133 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| D | MigrationSubtaskName.java | 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() 150 if (workflow != null) { in getFieldValuesMap() 151 fieldMapBuilder.put("workflow", workflow); in getFieldValuesMap() [all …]
|
| /external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1beta/src/main/proto/google/cloud/workflows/v1beta/ |
| D | workflows.proto | 32 // Workflows is used to deploy and execute workflow programs. 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"; 71 // Deletes a workflow with the specified name. 73 // workflow. 85 // Updates an existing workflow. 87 // workflow. A new revision of the workflow may be created as a result of a 89 // in new workflow executions. 92 patch: "/v1beta/{workflow.name=projects/*/locations/*/workflows/*}" [all …]
|
| /external/googleapis/google/cloud/workflows/v1beta/ |
| D | workflows.proto | 32 // Workflows is used to deploy and execute workflow programs. 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"; 71 // Deletes a workflow with the specified name. 73 // workflow. 85 // Updates an existing workflow. 87 // workflow. A new revision of the workflow may be created as a result of a 89 // in new workflow executions. 92 patch: "/v1beta/{workflow.name=projects/*/locations/*/workflows/*}" [all …]
|
| /external/google-cloud-java/java-workflows/proto-google-cloud-workflows-v1/src/main/proto/google/cloud/workflows/v1/ |
| D | workflows.proto | 32 // Workflows is used to deploy and execute workflow programs. 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"; 71 // Deletes a workflow with the specified name. 73 // workflow. 85 // Updates an existing workflow. 87 // workflow. A new revision of the workflow may be created as a result of a 89 // in new workflow executions. 92 patch: "/v1/{workflow.name=projects/*/locations/*/workflows/*}" [all …]
|
| /external/googleapis/google/cloud/workflows/v1/ |
| D | workflows.proto | 37 // Workflows is used to deploy and execute workflow programs. 54 // Gets details of a single 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"; 78 // Deletes a workflow with the specified name. 80 // workflow. 93 // Updates an existing workflow. 95 // workflow. A new revision of the workflow might be created as a result of a 97 // in new workflow executions. [all …]
|
| /external/googleapis/google/cloud/dataform/logging/v1/ |
| D | logging.proto | 26 // Structured payload for logs generated from Dataform workflow invocation 29 // Represents the final termination state of a workflow invocation. 34 // The workflow invocation succeeded. 37 // The workflow invocation was cancelled. 40 // The workflow invocation failed. 44 // Required. Identifier of the workflow invocation. 47 // Optional. Identifier of the workflow config. 53 // Required. The workflow invocation's final termination state.
|
| /external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/ |
| D | workflow_templates.proto | 42 // Creates new workflow template. 56 // Retrieves the latest workflow template. 74 // workflow by polling 76 // The Operation will complete when entire workflow is finished. 78 // The running workflow can be aborted via 80 // This will cause any inflight jobs to be cancelled and workflow-owned 117 // workflow by polling 119 // The Operation will complete when entire workflow is finished. 121 // The running workflow can be aborted via 123 // This will cause any inflight jobs to be cancelled and workflow-owned [all …]
|
| /external/googleapis/google/cloud/dataproc/v1/ |
| D | workflow_templates.proto | 42 // Creates new workflow template. 56 // Retrieves the latest workflow template. 74 // workflow by polling 76 // The Operation will complete when entire workflow is finished. 78 // The running workflow can be aborted via 80 // This will cause any inflight jobs to be cancelled and workflow-owned 117 // workflow by polling 119 // The Operation will complete when entire workflow is finished. 121 // The running workflow can be aborted via 123 // This will cause any inflight jobs to be cancelled and workflow-owned [all …]
|
| /external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2alpha/src/main/proto/google/cloud/bigquery/migration/v2alpha/ |
| D | migration_service.proto | 41 // Creates a migration workflow. 50 // Gets a previously created migration workflow. 58 // Lists previously created migration workflow. 66 // Deletes a migration workflow by name. 74 // Starts a previously created migration workflow. I.e., the state transitions 103 // Request to create a migration workflow resource. 105 // Required. The name of the project to which this migration workflow belongs. 114 // Required. The migration workflow to create. 118 // A request to get a previously created migration workflow. 120 // Required. The unique identifier for the migration workflow. [all …]
|
| /external/googleapis/google/cloud/bigquery/migration/v2alpha/ |
| D | migration_service.proto | 41 // Creates a migration workflow. 50 // Gets a previously created migration workflow. 58 // Lists previously created migration workflow. 66 // Deletes a migration workflow by name. 74 // Starts a previously created migration workflow. I.e., the state transitions 103 // Request to create a migration workflow resource. 105 // Required. The name of the project to which this migration workflow belongs. 114 // Required. The migration workflow to create. 118 // A request to get a previously created migration workflow. 120 // Required. The unique identifier for the migration workflow. [all …]
|
| /external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2/src/main/proto/google/cloud/bigquery/migration/v2/ |
| D | migration_service.proto | 40 // Creates a migration workflow. 50 // Gets a previously created migration workflow. 59 // Lists previously created migration workflow. 68 // Deletes a migration workflow by name. 77 // Starts a previously created migration workflow. I.e., the state transitions 109 // Request to create a migration workflow resource. 111 // Required. The name of the project to which this migration workflow belongs. 120 // Required. The migration workflow to create. 125 // A request to get a previously created migration workflow. 127 // Required. The unique identifier for the migration workflow. [all …]
|
| /external/googleapis/google/cloud/bigquery/migration/v2/ |
| D | migration_service.proto | 40 // Creates a migration workflow. 50 // Gets a previously created migration workflow. 59 // Lists previously created migration workflow. 68 // Deletes a migration workflow by name. 77 // Starts a previously created migration workflow. I.e., the state transitions 109 // Request to create a migration workflow resource. 111 // Required. The name of the project to which this migration workflow belongs. 120 // Required. The migration workflow to create. 125 // A request to get a previously created migration workflow. 127 // Required. The unique identifier for the migration workflow. [all …]
|
| /external/googleapis/google/cloud/workflows/executions/v1beta/ |
| D | executions.proto | 31 pattern: "projects/{project}/locations/{location}/workflows/{workflow}" 40 // Returns a list of executions which belong to the workflow with 41 // the given name. The method returns executions of all workflow 51 // Creates a new execution using the latest revision of the given workflow. 82 pattern: "projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}" 115 // projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} 140 // Output only. Revision of the workflow this execution is using. 148 // Required. Name of the workflow for which the executions should be listed. 149 // Format: projects/{project}/locations/{location}/workflows/{workflow} 192 // Required. Name of the workflow for which an execution should be created. [all …]
|
| /external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1beta/src/main/proto/google/cloud/workflows/executions/v1beta/ |
| D | executions.proto | 31 pattern: "projects/{project}/locations/{location}/workflows/{workflow}" 40 // Returns a list of executions which belong to the workflow with 41 // the given name. The method returns executions of all workflow 51 // Creates a new execution using the latest revision of the given workflow. 82 pattern: "projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}" 115 // projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution} 140 // Output only. Revision of the workflow this execution is using. 148 // Required. Name of the workflow for which the executions should be listed. 149 // Format: projects/{project}/locations/{location}/workflows/{workflow} 192 // Required. Name of the workflow for which an execution should be created. [all …]
|