Uses of Class
com.google.cloud.beyondcorp.clientgateways.v1.ClientGatewayName
-
Packages that use ClientGatewayName Package Description com.google.cloud.beyondcorp.clientgateways.v1 A client to BeyondCorp API -
-
Uses of ClientGatewayName in com.google.cloud.beyondcorp.clientgateways.v1
Methods in com.google.cloud.beyondcorp.clientgateways.v1 that return ClientGatewayName Modifier and Type Method Description ClientGatewayName
ClientGatewayName.Builder. build()
static ClientGatewayName
ClientGatewayName. of(String project, String location, String clientGateway)
static ClientGatewayName
ClientGatewayName. parse(String formattedString)
Methods in com.google.cloud.beyondcorp.clientgateways.v1 that return types with arguments of type ClientGatewayName Modifier and Type Method Description static List<ClientGatewayName>
ClientGatewayName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.beyondcorp.clientgateways.v1 with parameters of type ClientGatewayName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,ClientGatewayOperationMetadata>
ClientGatewaysServiceClient. deleteClientGatewayAsync(ClientGatewayName name)
Deletes a single ClientGateway.ClientGateway
ClientGatewaysServiceClient. getClientGateway(ClientGatewayName name)
Gets details of a single ClientGateway.Method parameters in com.google.cloud.beyondcorp.clientgateways.v1 with type arguments of type ClientGatewayName Modifier and Type Method Description static List<String>
ClientGatewayName. toStringList(List<ClientGatewayName> values)
-