Uses of Class
com.google.api.apikeys.v2.KeyName
-
Packages that use KeyName Package Description com.google.api.apikeys.v2 A client to API Keys API -
-
Uses of KeyName in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return KeyName Modifier and Type Method Description KeyNameKeyName.Builder. build()static KeyNameKeyName. of(String project, String location, String key)static KeyNameKeyName. parse(String formattedString)Methods in com.google.api.apikeys.v2 that return types with arguments of type KeyName Modifier and Type Method Description static List<KeyName>KeyName. parseList(List<String> formattedStrings)Methods in com.google.api.apikeys.v2 with parameters of type KeyName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. deleteKeyAsync(KeyName name)Deletes an API key.KeyApiKeysClient. getKey(KeyName name)Gets the metadata for an API key.GetKeyStringResponseApiKeysClient. getKeyString(KeyName name)Get the key string for an API key.Method parameters in com.google.api.apikeys.v2 with type arguments of type KeyName Modifier and Type Method Description static List<String>KeyName. toStringList(List<KeyName> values)
-