Skip to content

Commit

Permalink
fix: fix the field name typo for search service user_labels
Browse files Browse the repository at this point in the history
Note: this might be a breaking change for libraries that already released the previous change. Since it's a beta API, we will make it a minor version bump.
PiperOrigin-RevId: 532522130

Source-Link: googleapis/googleapis@11b9e39

Source-Link: https://github.com/googleapis/googleapis-gen/commit/3a58021b188ff7ede193a7b3fe6ad0f13ff30f9a
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGlzY292ZXJ5RW5naW5lLlYxQmV0YS8uT3dsQm90LnlhbWwiLCJoIjoiM2E1ODAyMWIxODhmZjdlZGUxOTNhN2IzZmU2YWQwZjEzZmYzMGY5YSJ9
  • Loading branch information
gcf-owl-bot[bot] authored and Rishabh-V committed May 17, 2023
1 parent 173ed3d commit ff70f0c
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 93 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public async Task SearchRequestObjectAsync()
UserPseudoId = "",
SafeSearch = false,
UserInfo = new UserInfo(),
UserLabel = { { "", "" }, },
UserLabels = { { "", "" }, },
ContentSearchSpec = new SearchRequest.Types.ContentSearchSpec(),
};
// Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void SearchRequestObject()
UserPseudoId = "",
SafeSearch = false,
UserInfo = new UserInfo(),
UserLabel = { { "", "" }, },
UserLabels = { { "", "" }, },
ContentSearchSpec = new SearchRequest.Types.ContentSearchSpec(),
};
// Make the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void SearchRequestObject()
UserPseudoId = "",
SafeSearch = false,
UserInfo = new UserInfo(),
UserLabel = { { "", "" }, },
UserLabels = { { "", "" }, },
ContentSearchSpec = new SearchRequest.Types.ContentSearchSpec(),
};
// Make the request
Expand Down Expand Up @@ -118,7 +118,7 @@ public async Task SearchRequestObjectAsync()
UserPseudoId = "",
SafeSearch = false,
UserInfo = new UserInfo(),
UserLabel = { { "", "" }, },
UserLabels = { { "", "" }, },
ContentSearchSpec = new SearchRequest.Types.ContentSearchSpec(),
};
// Make the request
Expand Down
Loading

0 comments on commit ff70f0c

Please sign in to comment.