updateCustomLabelPolicy method
ResponseFuture<UpdateCustomLabelPolicyResponse>
updateCustomLabelPolicy(
- UpdateCustomLabelPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateCustomLabelPolicyResponse>
updateCustomLabelPolicy($0.UpdateCustomLabelPolicyRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateCustomLabelPolicy, request,
options: options);
}