updateLabelPolicy method
ResponseFuture<UpdateLabelPolicyResponse>
updateLabelPolicy(
- UpdateLabelPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.UpdateLabelPolicyResponse> updateLabelPolicy($1.UpdateLabelPolicyRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateLabelPolicy, request, options: options);
}