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