Skip to content

Commit

Permalink
feat: Generate Google.Apis.VMMigrationService.v1alpha1 version 1.68.0…
Browse files Browse the repository at this point in the history
….3542
  • Loading branch information
amanda-tarafa authored and jskeet committed Sep 18, 2024
1 parent d2aa820 commit 605ee91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions DiscoveryJson/vmmigration.v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,12 @@
],
"parameters": {
"filter": {
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
"description": "Optional. The filter request (according to AIP-160).",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by \"name\" field.",
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -623,12 +623,12 @@
],
"parameters": {
"filter": {
"description": "Optional. The filter request (according to https://google.aip.dev/160).",
"description": "Optional. The filter request (according to AIP-160).",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by \"name\" field.",
"description": "Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by \"name\" field.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2220,7 +2220,7 @@
}
}
},
"revision": "20240822",
"revision": "20240912",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,13 +966,13 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) :
[Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)]
public virtual string Parent { get; private set; }

/// <summary>Optional. The filter request (according to https://google.aip.dev/160).</summary>
/// <summary>Optional. The filter request (according to AIP-160).</summary>
[Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)]
public virtual string Filter { get; set; }

/// <summary>
/// Optional. The order by fields for the result (according to
/// https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
/// Optional. The order by fields for the result (according to AIP-132). Currently ordering is
/// only possible by "name" field.
/// </summary>
[Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Expand Down Expand Up @@ -1271,13 +1271,13 @@ public ListRequest(Google.Apis.Services.IClientService service, string parent) :
[Google.Apis.Util.RequestParameterAttribute("parent", Google.Apis.Util.RequestParameterType.Path)]
public virtual string Parent { get; private set; }

/// <summary>Optional. The filter request (according to https://google.aip.dev/160).</summary>
/// <summary>Optional. The filter request (according to AIP-160).</summary>
[Google.Apis.Util.RequestParameterAttribute("filter", Google.Apis.Util.RequestParameterType.Query)]
public virtual string Filter { get; set; }

/// <summary>
/// Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering).
/// Currently ordering is only possible by "name" field.
/// Optional. The order by fields for the result (according to AIP-132). Currently ordering is only
/// possible by "name" field.
/// </summary>
[Google.Apis.Util.RequestParameterAttribute("orderBy", Google.Apis.Util.RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.VMMigrationService.v1alpha1 Client Library</Title>
<Version>1.68.0.3521</Version>
<Version>1.68.0.3542</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 605ee91

Please sign in to comment.