Class CloudLibraryClient
- java.lang.Object
-
- com.google.cloud.tools.libraries.json.CloudLibraryClient
-
public final class CloudLibraryClient extends Object
Holds details about a single Cloud library client.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApiReference()
Returns a URL to this client's API reference documentation.String
getInfoTip()
Returns tip information for this client.String
getLanguage()
Returns the language this client is for.String
getLanguageLevel()
Returns the language level of the source for this client.String
getLaunchStage()
Returns the launch stage of this client (e.g.CloudLibraryClientMavenCoordinates
getMavenCoordinates()
Returns the Maven artifact details.String
getName()
Returns the name of this client.String
getSite()
Returns a URL to this client's main site.String
getSource()
Returns a URL to the source of this client.
-
-
-
Method Detail
-
getApiReference
@Nullable public String getApiReference()
Returns a URL to this client's API reference documentation.
-
getLaunchStage
@Nullable public String getLaunchStage()
Returns the launch stage of this client (e.g. alpha, beta, GA, etc.).
-
getLanguageLevel
@Nullable public String getLanguageLevel()
Returns the language level of the source for this client.
-
getMavenCoordinates
@Nullable public CloudLibraryClientMavenCoordinates getMavenCoordinates()
Returns the Maven artifact details.
-
-