Uses of Class
com.google.cloud.compute.v1.ProjectsSettings
-
Packages that use ProjectsSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ProjectsSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ProjectsSettings Modifier and Type Method Description ProjectsSettings
ProjectsSettings.Builder. build()
static ProjectsSettings
ProjectsSettings. create(ProjectsStubSettings stub)
ProjectsSettings
ProjectsClient. getSettings()
Methods in com.google.cloud.compute.v1 with parameters of type ProjectsSettings Modifier and Type Method Description static ProjectsClient
ProjectsClient. create(ProjectsSettings settings)
Constructs an instance of ProjectsClient, using the given settings.Constructors in com.google.cloud.compute.v1 with parameters of type ProjectsSettings Constructor Description Builder(ProjectsSettings settings)
ProjectsClient(ProjectsSettings settings)
Constructs an instance of ProjectsClient, using the given settings.
-