Skip to content

Commit

Permalink
feat(dataflow): update the api
Browse files Browse the repository at this point in the history
#### dataflow:v1b3

The following keys were added:
- schemas.StreamingScalingReportResponse (Total Keys: 4)
- schemas.WorkerMessageResponse.properties.streamingScalingReportResponse.$ref (Total Keys: 1)

The following keys were changed:
- resources.projects.methods.deleteSnapshots.scopes (Total Keys: 1)
- resources.projects.methods.workerMessages.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.aggregated.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.create.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.get.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.getMetrics.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.snapshot.scopes (Total Keys: 1)
- resources.projects.resources.jobs.methods.update.scopes (Total Keys: 1)
- resources.projects.resources.jobs.resources.debug.methods.getConfig.scopes (Total Keys: 1)
- resources.projects.resources.jobs.resources.debug.methods.sendCapture.scopes (Total Keys: 1)
- resources.projects.resources.jobs.resources.messages.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.jobs.resources.workItems.methods.lease.scopes (Total Keys: 1)
- resources.projects.resources.jobs.resources.workItems.methods.reportStatus.scopes (Total Keys: 1)
- resources.projects.resources.locations.methods.workerMessages.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.flexTemplates.methods.launch.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.create.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.get.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.getExecutionDetails.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.getMetrics.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.snapshot.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.methods.update.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.debug.methods.getConfig.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.debug.methods.sendCapture.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.messages.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.snapshots.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.stages.methods.getExecutionDetails.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.workItems.methods.lease.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.jobs.resources.workItems.methods.reportStatus.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.snapshots.methods.delete.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.snapshots.methods.get.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.snapshots.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.templates.methods.create.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.templates.methods.get.scopes (Total Keys: 1)
- resources.projects.resources.locations.resources.templates.methods.launch.scopes (Total Keys: 1)
- resources.projects.resources.snapshots.methods.get.scopes (Total Keys: 1)
- resources.projects.resources.snapshots.methods.list.scopes (Total Keys: 1)
- resources.projects.resources.templates.methods.create.scopes (Total Keys: 1)
- resources.projects.resources.templates.methods.get.scopes (Total Keys: 1)
- resources.projects.resources.templates.methods.launch.scopes (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Feb 27, 2024
1 parent a1df836 commit fc02659
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 89 deletions.
3 changes: 3 additions & 0 deletions docs/dyn/dataflow_v1b3.projects.html
Expand Up @@ -274,6 +274,9 @@ <h3>Method Details</h3>
{ # The response to the worker messages.
&quot;workerMessageResponses&quot;: [ # The servers response to the worker messages.
{ # A worker_message response allows the server to pass information to the sender.
&quot;streamingScalingReportResponse&quot;: { # Contains per-user-worker streaming scaling recommendation from the backend. # Service&#x27;s streaming scaling response for workers.
&quot;maximumThreadCount&quot;: 42, # Maximum thread count limit;
},
&quot;workerHealthReportResponse&quot;: { # WorkerHealthReportResponse contains information returned to the worker in response to a health ping. # The service&#x27;s response to a worker&#x27;s health report.
&quot;reportInterval&quot;: &quot;A String&quot;, # A positive value indicates the worker should change its reporting interval to the specified value. The default value of zero means no change in report rate is requested by the server.
},
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html
Expand Up @@ -99,7 +99,7 @@ <h3>Method Details</h3>
{ # A request to launch a Cloud Dataflow job from a FlexTemplate.
&quot;launchParameter&quot;: { # Launch FlexTemplate Parameter. # Required. Parameter to launch a job form Flex Template.
&quot;containerSpec&quot;: { # Container Spec. # Spec about the container image to launch.
&quot;defaultEnvironment&quot;: { # The environment values to be set at runtime for flex template. # Default runtime environment for the job.
&quot;defaultEnvironment&quot;: { # The environment values to be set at runtime for flex template. LINT.IfChange # Default runtime environment for the job.
&quot;additionalExperiments&quot;: [ # Additional experiment flags for the job.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -176,7 +176,7 @@ <h3>Method Details</h3>
},
},
&quot;containerSpecGcsPath&quot;: &quot;A String&quot;, # Cloud Storage path to a file with json serialized ContainerSpec as content.
&quot;environment&quot;: { # The environment values to be set at runtime for flex template. # The runtime environment for the FlexTemplate job
&quot;environment&quot;: { # The environment values to be set at runtime for flex template. LINT.IfChange # The runtime environment for the FlexTemplate job
&quot;additionalExperiments&quot;: [ # Additional experiment flags for the job.
&quot;A String&quot;,
],
Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/dataflow_v1b3.projects.locations.html
Expand Up @@ -252,6 +252,9 @@ <h3>Method Details</h3>
{ # The response to the worker messages.
&quot;workerMessageResponses&quot;: [ # The servers response to the worker messages.
{ # A worker_message response allows the server to pass information to the sender.
&quot;streamingScalingReportResponse&quot;: { # Contains per-user-worker streaming scaling recommendation from the backend. # Service&#x27;s streaming scaling response for workers.
&quot;maximumThreadCount&quot;: 42, # Maximum thread count limit;
},
&quot;workerHealthReportResponse&quot;: { # WorkerHealthReportResponse contains information returned to the worker in response to a health ping. # The service&#x27;s response to a worker&#x27;s health report.
&quot;reportInterval&quot;: &quot;A String&quot;, # A positive value indicates the worker should change its reporting interval to the specified value. The default value of zero means no change in report rate is requested by the server.
},
Expand Down

0 comments on commit fc02659

Please sign in to comment.