Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: release gapic-generator-java v1.0.11 (#560)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d9b761d2-0b70-49f9-af57-9bc5a22aa741/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 378266372
Source-Link: googleapis/googleapis@9e31055
  • Loading branch information
yoshi-automation committed Jun 10, 2021
1 parent 2669761 commit c6b1354
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
Expand Up @@ -601,6 +601,15 @@ public Map<String, String> extract(ReidentifyContentRequest request) {
GrpcCallSettings<ListInfoTypesRequest, ListInfoTypesResponse> listInfoTypesTransportSettings =
GrpcCallSettings.<ListInfoTypesRequest, ListInfoTypesResponse>newBuilder()
.setMethodDescriptor(listInfoTypesMethodDescriptor)
.setParamsExtractor(
new RequestParamsExtractor<ListInfoTypesRequest>() {
@Override
public Map<String, String> extract(ListInfoTypesRequest request) {
ImmutableMap.Builder<String, String> params = ImmutableMap.builder();
params.put("parent", String.valueOf(request.getParent()));
return params.build();
}
})
.build();
GrpcCallSettings<CreateInspectTemplateRequest, InspectTemplate>
createInspectTemplateTransportSettings =
Expand Down
Expand Up @@ -126,8 +126,8 @@
public class DlpServiceClientTest {
private static MockDlpService mockDlpService;
private static MockServiceHelper mockServiceHelper;
private DlpServiceClient client;
private LocalChannelProvider channelProvider;
private DlpServiceClient client;

@BeforeClass
public static void startStaticServer() {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dlp.git",
"sha": "623c1c06f6f82dc4e5aa002dec89f3a69d0a4e33"
"sha": "2669761f0d3c6dd03b7c6f130b30a2352245b6e1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a5f96d06ef57e325761bad010f460d0c5dbeccda",
"internalRef": "377081269"
"sha": "9e3105549a35520f215359065c11e8dce15e18af",
"internalRef": "378266372"
}
},
{
Expand Down

0 comments on commit c6b1354

Please sign in to comment.