Uses of Class
com.google.api.apikeys.v2.LocationName
-
Packages that use LocationName Package Description com.google.api.apikeys.v2 A client to API Keys API -
-
Uses of LocationName in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.api.apikeys.v2 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.api.apikeys.v2 with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>ApiKeysClient. createKeyAsync(LocationName parent, Key key, String keyId)Creates a new API key.ApiKeysClient.ListKeysPagedResponseApiKeysClient. listKeys(LocationName parent)Lists the API keys owned by a project.Method parameters in com.google.api.apikeys.v2 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-