Uses of Class
com.google.cloud.compute.v1.GlobalForwardingRulesClient
-
Packages that use GlobalForwardingRulesClient Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of GlobalForwardingRulesClient in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GlobalForwardingRulesClient Modifier and Type Method Description static GlobalForwardingRulesClient
GlobalForwardingRulesClient. create()
Constructs an instance of GlobalForwardingRulesClient with default settings.static GlobalForwardingRulesClient
GlobalForwardingRulesClient. create(GlobalForwardingRulesSettings settings)
Constructs an instance of GlobalForwardingRulesClient, using the given settings.static GlobalForwardingRulesClient
GlobalForwardingRulesClient. create(GlobalForwardingRulesStub stub)
Constructs an instance of GlobalForwardingRulesClient, using the given stub for making calls.
-