mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Update cloudkms_java with the non-beta version
Changed [] to use v1 instead of v1beta1, and replaced v1beta1 with v1 in all the java files. If there is special build rules for open-source etc. that also need to be updated, or non "TAP-able" tests that need to be run, please check and see if they are OK. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157895888
This commit is contained in:
parent
3bbf356497
commit
75bb1aacdc
8 changed files with 26 additions and 26 deletions
|
@ -17,8 +17,8 @@ package google.registry.keyring.kms;
|
|||
import com.google.api.client.http.HttpRequestInitializer;
|
||||
import com.google.api.client.http.HttpTransport;
|
||||
import com.google.api.client.json.JsonFactory;
|
||||
import com.google.api.services.cloudkms.v1beta1.CloudKMS;
|
||||
import com.google.api.services.cloudkms.v1beta1.CloudKMSScopes;
|
||||
import com.google.api.services.cloudkms.v1.CloudKMS;
|
||||
import com.google.api.services.cloudkms.v1.CloudKMSScopes;
|
||||
import com.google.common.base.Function;
|
||||
import dagger.Module;
|
||||
import dagger.Provides;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue