Uses of Class
com.google.cloud.apigateway.v1.GatewayName
-
Packages that use GatewayName Package Description com.google.cloud.apigateway.v1 A client to API Gateway API -
-
Uses of GatewayName in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return GatewayName Modifier and Type Method Description GatewayName
GatewayName.Builder. build()
static GatewayName
GatewayName. of(String project, String location, String gateway)
static GatewayName
GatewayName. parse(String formattedString)
Methods in com.google.cloud.apigateway.v1 that return types with arguments of type GatewayName Modifier and Type Method Description static List<GatewayName>
GatewayName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.apigateway.v1 with parameters of type GatewayName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
ApiGatewayServiceClient. deleteGatewayAsync(GatewayName name)
Deletes a single Gateway.Gateway
ApiGatewayServiceClient. getGateway(GatewayName name)
Gets details of a single Gateway.Method parameters in com.google.cloud.apigateway.v1 with type arguments of type GatewayName Modifier and Type Method Description static List<String>
GatewayName. toStringList(List<GatewayName> values)
-