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

Commit

Permalink
test: fix imports (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Praful Makani authored and chingor13 committed Dec 21, 2019
1 parent 12e07dc commit 5cb6d96
Showing 1 changed file with 11 additions and 2 deletions.
Expand Up @@ -18,8 +18,17 @@

import com.google.auth.oauth2.GoogleCredentials;
import com.google.cloud.ServiceOptions;
import com.google.cloud.kms.v1.*;
import io.grpc.*;
import com.google.cloud.kms.v1.CreateKeyRingRequest;
import com.google.cloud.kms.v1.GetKeyRingRequest;
import com.google.cloud.kms.v1.KeyManagementServiceGrpc;
import com.google.cloud.kms.v1.KeyRing;
import com.google.cloud.kms.v1.KeyRingName;
import com.google.cloud.kms.v1.LocationName;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.Metadata;
import io.grpc.Status;
import io.grpc.StatusRuntimeException;
import io.grpc.auth.MoreCallCredentials;
import io.grpc.stub.MetadataUtils;
import java.io.IOException;
Expand Down

0 comments on commit 5cb6d96

Please sign in to comment.