Uses of Class
com.google.cloud.apigateway.v1.ApiName
-
Packages that use ApiName Package Description com.google.cloud.apigateway.v1 A client to API Gateway API -
-
Uses of ApiName in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return ApiName Modifier and Type Method Description ApiNameApiName.Builder. build()static ApiNameApiName. of(String project, String api)static ApiNameApiName. parse(String formattedString)Methods in com.google.cloud.apigateway.v1 that return types with arguments of type ApiName Modifier and Type Method Description static List<ApiName>ApiName. parseList(List<String> formattedStrings)Methods in com.google.cloud.apigateway.v1 with parameters of type ApiName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ApiConfig,OperationMetadata>ApiGatewayServiceClient. createApiConfigAsync(ApiName parent, ApiConfig apiConfig, String apiConfigId)Creates a new ApiConfig in a given project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>ApiGatewayServiceClient. deleteApiAsync(ApiName name)Deletes a single Api.ApiApiGatewayServiceClient. getApi(ApiName name)Gets details of a single Api.ApiGatewayServiceClient.ListApiConfigsPagedResponseApiGatewayServiceClient. listApiConfigs(ApiName parent)Lists ApiConfigs in a given project and location.Method parameters in com.google.cloud.apigateway.v1 with type arguments of type ApiName Modifier and Type Method Description static List<String>ApiName. toStringList(List<ApiName> values)
-