createLabels_Pre method
Future<CreateContainerLabelsResponse>
createLabels_Pre(
- ServiceCall $call,
- Future<
CreateContainerLabelsRequest> $request
Implementation
$async.Future<$1.CreateContainerLabelsResponse> createLabels_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.CreateContainerLabelsRequest> $request) async {
return createLabels($call, await $request);
}