AutoscalingPolicy |
AutoscalingPolicyServiceClient.createAutoscalingPolicy(LocationName parent,
AutoscalingPolicy policy) |
Creates new autoscaling policy.
|
com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata> |
BatchControllerClient.createBatchAsync(LocationName parent,
Batch batch,
String batchId) |
Creates a batch workload that executes asynchronously.
|
WorkflowTemplate |
WorkflowTemplateServiceClient.createWorkflowTemplate(LocationName parent,
WorkflowTemplate template) |
Creates new workflow template.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata> |
WorkflowTemplateServiceClient.instantiateInlineWorkflowTemplateAsync(LocationName parent,
WorkflowTemplate template) |
Instantiates a template and begins execution.
|
AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPagedResponse |
AutoscalingPolicyServiceClient.listAutoscalingPolicies(LocationName parent) |
Lists autoscaling policies in the project.
|
BatchControllerClient.ListBatchesPagedResponse |
BatchControllerClient.listBatches(LocationName parent) |
Lists batch workloads.
|
WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse |
WorkflowTemplateServiceClient.listWorkflowTemplates(LocationName parent) |
Lists workflows that match the specified filter in the request.
|