Skip to content

Commit

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

The following keys were deleted:
- schemas.UploadFileInfo.properties.uri (Total Keys: 2)

The following keys were added:
- resources.projects.resources.locations.resources.sources.resources.errorFrames.methods.get (Total Keys: 13)
- resources.projects.resources.locations.resources.sources.resources.errorFrames.methods.list (Total Keys: 18)
- schemas.ErrorFrame (Total Keys: 12)
- schemas.FrameViolationEntry (Total Keys: 4)
- schemas.ListErrorFramesResponse (Total Keys: 7)
- schemas.Source.properties.errorFrameCount (Total Keys: 3)
- schemas.Source.properties.state (Total Keys: 2)

The following keys were changed:
- resources.projects.resources.locations.resources.assets.methods.delete.response.$ref (Total Keys: 1)
- resources.projects.resources.locations.resources.assets.methods.patch.response.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 4318920 commit 023cd68
Show file tree
Hide file tree
Showing 6 changed files with 1,270 additions and 53 deletions.
370 changes: 334 additions & 36 deletions docs/dyn/migrationcenter_v1alpha1.projects.locations.assets.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dyn/migrationcenter_v1alpha1.projects.locations.html
Expand Up @@ -147,7 +147,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

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

{ # The response message for Locations.ListLocations.
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
{ # A resource that represents Google Cloud Platform location.
{ # A resource that represents a Google Cloud location.
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
Expand Up @@ -118,7 +118,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;signedUri&quot;: &quot;A String&quot;, # Output only. Upload URI for the file.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Upload URI for the file.
&quot;uriExpirationTime&quot;: &quot;A String&quot;, # Output only. Expiration time of the upload URI.
},
}
Expand Down Expand Up @@ -215,7 +214,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;signedUri&quot;: &quot;A String&quot;, # Output only. Upload URI for the file.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Upload URI for the file.
&quot;uriExpirationTime&quot;: &quot;A String&quot;, # Output only. Expiration time of the upload URI.
},
}</pre>
Expand Down Expand Up @@ -252,7 +250,6 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;signedUri&quot;: &quot;A String&quot;, # Output only. Upload URI for the file.
&quot;uri&quot;: &quot;A String&quot;, # Output only. Upload URI for the file.
&quot;uriExpirationTime&quot;: &quot;A String&quot;, # Output only. Expiration time of the upload URI.
},
},
Expand Down

0 comments on commit 023cd68

Please sign in to comment.