Uses of Class
com.google.cloud.beyondcorp.appconnections.v1.AppConnectionsServiceClient
-
Packages that use AppConnectionsServiceClient Package Description com.google.cloud.beyondcorp.appconnections.v1 A client to BeyondCorp API -
-
Uses of AppConnectionsServiceClient in com.google.cloud.beyondcorp.appconnections.v1
Methods in com.google.cloud.beyondcorp.appconnections.v1 that return AppConnectionsServiceClient Modifier and Type Method Description static AppConnectionsServiceClient
AppConnectionsServiceClient. create()
Constructs an instance of AppConnectionsServiceClient with default settings.static AppConnectionsServiceClient
AppConnectionsServiceClient. create(AppConnectionsServiceSettings settings)
Constructs an instance of AppConnectionsServiceClient, using the given settings.static AppConnectionsServiceClient
AppConnectionsServiceClient. create(AppConnectionsServiceStub stub)
Constructs an instance of AppConnectionsServiceClient, using the given stub for making calls.
-