Skip to content

Commit d2969cf

Browse files
feat(batch): update the api
#### batch:v1 The following keys were added: - schemas.AllocationPolicy.properties.placement.$ref (Total Keys: 1) - schemas.PlacementPolicy (Total Keys: 5) - schemas.Runnable.properties.labels (Total Keys: 2) - schemas.TaskGroup.properties.schedulingPolicy.type (Total Keys: 1)
1 parent ef876a9 commit d2969cf

File tree

4 files changed

+90
-14
lines changed

4 files changed

+90
-14
lines changed

docs/dyn/batch_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
Returns:
122122
An object of the form:
123123

124-
{ # A resource that represents Google Cloud Platform location.
124+
{ # A resource that represents a Google Cloud location.
125125
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
126126
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
127127
&quot;a_key&quot;: &quot;A String&quot;,
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153

154154
{ # The response message for Locations.ListLocations.
155155
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
156-
{ # A resource that represents Google Cloud Platform location.
156+
{ # A resource that represents a Google Cloud location.
157157
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
158158
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
159159
&quot;a_key&quot;: &quot;A String&quot;,

0 commit comments

Comments
 (0)