Uses of Class
com.google.cloud.beyondcorp.appconnections.v1.AppConnectionName
-
Packages that use AppConnectionName Package Description com.google.cloud.beyondcorp.appconnections.v1 A client to BeyondCorp API -
-
Uses of AppConnectionName in com.google.cloud.beyondcorp.appconnections.v1
Methods in com.google.cloud.beyondcorp.appconnections.v1 that return AppConnectionName Modifier and Type Method Description AppConnectionName
AppConnectionName.Builder. build()
static AppConnectionName
AppConnectionName. of(String project, String location, String appConnection)
static AppConnectionName
AppConnectionName. parse(String formattedString)
Methods in com.google.cloud.beyondcorp.appconnections.v1 that return types with arguments of type AppConnectionName Modifier and Type Method Description static List<AppConnectionName>
AppConnectionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.beyondcorp.appconnections.v1 with parameters of type AppConnectionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,AppConnectionOperationMetadata>
AppConnectionsServiceClient. deleteAppConnectionAsync(AppConnectionName name)
Deletes a single AppConnection.AppConnection
AppConnectionsServiceClient. getAppConnection(AppConnectionName name)
Gets details of a single AppConnection.Method parameters in com.google.cloud.beyondcorp.appconnections.v1 with type arguments of type AppConnectionName Modifier and Type Method Description static List<String>
AppConnectionName. toStringList(List<AppConnectionName> values)
-